diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sigpending.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigprocmask.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/sigsuspend.2 | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index cc5597b..39565fd 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 ca9be15..1d8c59a6 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 79fbb59..bf946d3 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 |