diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-04 08:05:45 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-04 08:05:45 +0000 |
| commit | 2a53c5ec96956e0718b1a2db43bd3dc5f8bac982 (patch) | |
| tree | 52fc5f24fa104543932c61dce66a2ce8c4fba6f5 /lib/libc | |
| parent | 2b8dd5f402fa0f944631ed34b833477b5414ab97 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/sigwait.2 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index 3839d1762eab..e7ca3a036844 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -73,13 +73,12 @@ will fail if: specifies one or more invalid signal numbers. .El .Sh SEE ALSO -.Xr pause 3 , -.Xr pthread_sigmask 3 , .Xr sigaction 2 , .Xr sigpending 2 , -.Xr sigsuspend 2 +.Xr sigsuspend 2 , +.Xr pause 3 , +.Xr pthread_sigmask 3 .Sh STANDARDS .Fn sigwait -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 1996 Edition. +conforms to +.St -iso9945-1 |
