diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-04 08:05:45 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-04 08:05:45 +0000 |
commit | a477158490dcdbab0eb8eee45bd25502127108d1 (patch) | |
tree | f7fb97ecb501c82e73a0a297283a58f9d4ec2b86 /lib/libc | |
parent | 8c3e94b8e02c67c1696ae0dbbe5180adc31b941f (diff) | |
download | FreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.zip FreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.tar.gz |
mdoc(7) cleanup:
. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.
. replace empty lines with `.Pp' macro.
. replace hardcoded standard names with their `.St' macro equivalents.
. sort cross references in SEE ALSO section
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 |