diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-26 09:10:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-26 09:10:27 +0000 |
commit | 19a98e59f2c5b32886e36fe47cd4c93bf4283e58 (patch) | |
tree | ee92eab8b46f73c93d964038d122dd4a301c243e /lib/libc/sys | |
parent | 8173937535dafb780ac0f6ff7c344d923517987a (diff) |
from netbsd (-r 1.18):
the values for the parameter "how" are defined in sys/signal.h, not signal.h
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sigprocmask.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 3163eb757ee..9618da50189 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigprocmask.2,v 1.6 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: sigprocmask.2,v 1.7 2004/08/26 09:10:26 jmc Exp $ .\" $NetBSD: sigprocmask.2,v 1.6 1995/02/27 12:37:33 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -59,7 +59,7 @@ and the current mask. The function is specified by .Fa how using one of the following values from -.Aq Pa signal.h : +.Aq Pa sys/signal.h : .Bl -tag -width SIG_UNBLOCK .It Dv SIG_BLOCK The new mask is the union of the current mask and the specified |