summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-04-26 06:19:24 +0000
committerphk <phk@FreeBSD.org>1998-04-26 06:19:24 +0000
commit89efa29a7df4dc6ed5476c11720469abe1e9c0f5 (patch)
treee0ae19097aafd23c5f4c928dee08816a6dafd022 /lib/libc/sys
parent776fdaf7cf4ea1feffbfab1186e281cc2dcd6822 (diff)
downloadFreeBSD-src-89efa29a7df4dc6ed5476c11720469abe1e9c0f5.zip
FreeBSD-src-89efa29a7df4dc6ed5476c11720469abe1e9c0f5.tar.gz
`sigprocmask()' man page references `sigmask()' in synopsis.
Note odd `sigmask()' line in synopsis. `sigsetops(3)' is better suited for `sigprocmask' and is already referenced from the manual page. (`sigmask()' is useful for the older (& deprecated) `sigsetmask()' API). PR: 6395 Reviewed by: phk Submitted by: Joseph Koshy <koshy@india.hp.com>
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigprocmask.21
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2
index ee47585..87265d5 100644
--- a/lib/libc/sys/sigprocmask.2
+++ b/lib/libc/sys/sigprocmask.2
@@ -41,7 +41,6 @@
.Fd #include <signal.h>
.Ft int
.Fn sigprocmask "int how" "const sigset_t *set" "sigset_t *oset"
-.Fn sigmask signum
.Sh DESCRIPTION
The
.Fn sigprocmask
OpenPOWER on IntegriCloud