diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-09-09 08:16:53 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-09-09 08:16:53 +0000 |
commit | 876713386ad379837083353da0952775a5c41724 (patch) | |
tree | e5b1130cd934b9e1ddcb022f0fe2e8751f617de4 /lib/libc | |
parent | 0df8f9ffbd8bdd7aa5cb4905aed86c62e7dd728d (diff) |
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 |