diff options
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 3839d17..e7ca3a0 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 |