diff options
author | 2004-08-26 09:10:26 +0000 | |
---|---|---|
committer | 2004-08-26 09:10:26 +0000 | |
commit | f89466419d94e607db78aefd462b7382433f1ec9 (patch) | |
tree | aecd7f8a6414b953278de52371e67ba277f19c87 /lib | |
parent | Sync (puc + more framebuffers) (diff) | |
download | wireguard-openbsd-f89466419d94e607db78aefd462b7382433f1ec9.tar.xz wireguard-openbsd-f89466419d94e607db78aefd462b7382433f1ec9.zip |
from netbsd (-r 1.18):
the values for the parameter "how" are defined in sys/signal.h, not signal.h
Diffstat (limited to 'lib')
-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 |