diff options
author | 2014-09-09 08:16:52 +0000 | |
---|---|---|
committer | 2014-09-09 08:16:52 +0000 | |
commit | 5eb0b0ddf3cef4f468729fa1b341c23770308d5e (patch) | |
tree | dfb5397fc809c3d7be84de19885407258a38b3a6 /lib/libc | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-5eb0b0ddf3cef4f468729fa1b341c23770308d5e.tar.xz wireguard-openbsd-5eb0b0ddf3cef4f468729fa1b341c23770308d5e.zip |
Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>
and don't need anything beyond that
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sigprocmask.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 4b125cf89d5..ce385f37919 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigprocmask.2,v 1.9 2011/04/26 23:04:23 schwarze Exp $ +.\" $OpenBSD: sigprocmask.2,v 1.10 2014/09/09 08:16:52 guenther Exp $ .\" $NetBSD: sigprocmask.2,v 1.6 1995/02/27 12:37:33 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigprocmask.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: April 26 2011 $ +.Dd $Mdocdate: September 9 2014 $ .Dt SIGPROCMASK 2 .Os .Sh NAME @@ -53,8 +53,7 @@ is not null, the action of .Fn sigprocmask depends on the value of the parameter .Fa how , -which can be one of the following constants defined in -.In sys/signal.h : +which can be one of the following values: .Bl -tag -width SIG_UNBLOCK .It Dv SIG_BLOCK The new mask is the union of the current mask and the specified |