diff options
author | yar <yar@FreeBSD.org> | 2003-06-24 15:27:31 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-06-24 15:27:31 +0000 |
commit | ae3f997f520e43fd1109ffd28464e3036afb478b (patch) | |
tree | a28b028210a98323d2226fb4212198a69ad6a4a1 /lib/libc/gen/sigsetops.3 | |
parent | ef6918650f7b9798ff58ec6f035adff897e9bd40 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'lib/libc/gen/sigsetops.3')
-rw-r--r-- | lib/libc/gen/sigsetops.3 | 2 |
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 |