aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2003-06-24 15:41:19 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2003-06-24 15:41:19 +0000
commit9530d067660b99b938312ea8600747a6ea5eac73 (patch)
tree57c2803cdb48ecf200a9054a6f36b24a9d4f0756
parentf8193a054c1a2221f73ede06abb2862d3b3976d2 (diff)
downloadsrc-9530d067660b99b938312ea8600747a6ea5eac73.tar.gz
src-9530d067660b99b938312ea8600747a6ea5eac73.zip
Unify cross-references between sigpending(2), sigprocmask(2),
and sigsuspend(2), all three of which operate or depend on the process signal mask. Add a missing xref to sigsetops(3), without which the above three syscalls would be useless.
Notes
Notes: svn path=/head/; revision=116786
-rw-r--r--lib/libc/sys/sigpending.24
-rw-r--r--lib/libc/sys/sigprocmask.21
-rw-r--r--lib/libc/sys/sigsuspend.21
3 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2
index cc5597beb7ca..39565fdced80 100644
--- a/lib/libc/sys/sigpending.2
+++ b/lib/libc/sys/sigpending.2
@@ -71,7 +71,9 @@ argument specified an invalid address.
.El
.Sh SEE ALSO
.Xr sigaction 2 ,
-.Xr sigprocmask 2
+.Xr sigprocmask 2 ,
+.Xr sigsuspend 2 ,
+.Xr sigsetops 3
.Sh STANDARDS
The
.Fn sigpending
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2
index ca9be1542b6a..1d8c59a6f97c 100644
--- a/lib/libc/sys/sigprocmask.2
+++ b/lib/libc/sys/sigprocmask.2
@@ -117,6 +117,7 @@ has a value other than those listed here.
.Sh SEE ALSO
.Xr kill 2 ,
.Xr sigaction 2 ,
+.Xr sigpending 2 ,
.Xr sigsuspend 2 ,
.Xr fpsetmask 3 ,
.Xr sigsetops 3
diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2
index 79fbb59cc730..bf946d36a78d 100644
--- a/lib/libc/sys/sigsuspend.2
+++ b/lib/libc/sys/sigsuspend.2
@@ -75,6 +75,7 @@ set to
.Er EINTR .
.Sh SEE ALSO
.Xr sigaction 2 ,
+.Xr sigpending 2 ,
.Xr sigprocmask 2 ,
.Xr sigsetops 3
.Sh STANDARDS