summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2003-06-24 15:27:31 +0000
committeryar <yar@FreeBSD.org>2003-06-24 15:27:31 +0000
commitae3f997f520e43fd1109ffd28464e3036afb478b (patch)
treea28b028210a98323d2226fb4212198a69ad6a4a1
parentef6918650f7b9798ff58ec6f035adff897e9bd40 (diff)
downloadFreeBSD-src-ae3f997f520e43fd1109ffd28464e3036afb478b.zip
FreeBSD-src-ae3f997f520e43fd1109ffd28464e3036afb478b.tar.gz
Supplement the cross-references section with those to sigpending(2)
and sigprocmask(2). These two syscalls are likely to be accompanied by a few sigsetops(3) in a typical piece of code.
-rw-r--r--lib/libc/gen/sigsetops.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3
index 839dff2..5ca92e5 100644
--- a/lib/libc/gen/sigsetops.3
+++ b/lib/libc/gen/sigsetops.3
@@ -110,6 +110,8 @@ Currently no errors are detected.
.Sh SEE ALSO
.Xr kill 2 ,
.Xr sigaction 2 ,
+.Xr sigpending 2 ,
+.Xr sigprocmask 2 ,
.Xr sigsuspend 2
.Sh STANDARDS
These functions are defined by
OpenPOWER on IntegriCloud