diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2003-06-24 15:41:19 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2003-06-24 15:41:19 +0000 |
| commit | 9530d067660b99b938312ea8600747a6ea5eac73 (patch) | |
| tree | 57c2803cdb48ecf200a9054a6f36b24a9d4f0756 /lib/libc | |
| parent | f8193a054c1a2221f73ede06abb2862d3b3976d2 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 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 |
