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/libpthread/man/pthread_sigmask.3 | |
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/libpthread/man/pthread_sigmask.3')
-rw-r--r-- | lib/libpthread/man/pthread_sigmask.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3 index f0dfc94..754c897 100644 --- a/lib/libpthread/man/pthread_sigmask.3 +++ b/lib/libpthread/man/pthread_sigmask.3 @@ -91,6 +91,5 @@ is not one of the defined values. .Xr sigsuspend 2 .Sh STANDARDS .Fn pthread_sigmask -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 1996 Edition. +conforms to +.St -iso9945-1 |