Fix sigprocmask section (3 -> 2).
This commit is contained in:
parent
63adbe29fb
commit
119aff4da3
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: raise_default_signal.3,v 1.2 2008/04/30 13:10:52 martin Exp $
|
||||
.\" $NetBSD: raise_default_signal.3,v 1.3 2011/03/27 12:53:16 njoly Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -60,7 +60,7 @@ The operations performed are:
|
|||
.Bl -enum -offset indent
|
||||
.It
|
||||
Block all signals, using
|
||||
.Xr sigprocmask 3 .
|
||||
.Xr sigprocmask 2 .
|
||||
.It
|
||||
Set the signal handler for signal
|
||||
.Fa sig
|
||||
|
|
Loading…
Reference in New Issue