]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mdoc(7) cleanup:
authorphantom <phantom@FreeBSD.org>
Thu, 4 May 2000 08:05:45 +0000 (08:05 +0000)
committerphantom <phantom@FreeBSD.org>
Thu, 4 May 2000 08:05:45 +0000 (08:05 +0000)
commita477158490dcdbab0eb8eee45bd25502127108d1
treef7fb97ecb501c82e73a0a297283a58f9d4ec2b86
parent8c3e94b8e02c67c1696ae0dbbe5180adc31b941f
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
21 files changed:
lib/libc/sys/sigwait.2
lib/libc_r/man/pthread_attr.3
lib/libc_r/man/pthread_condattr.3
lib/libc_r/man/pthread_kill.3
lib/libc_r/man/pthread_mutexattr.3
lib/libc_r/man/pthread_schedparam.3
lib/libc_r/man/pthread_sigmask.3
lib/libc_r/man/sigwait.3
lib/libpthread/man/pthread_attr.3
lib/libpthread/man/pthread_condattr.3
lib/libpthread/man/pthread_kill.3
lib/libpthread/man/pthread_mutexattr.3
lib/libpthread/man/pthread_schedparam.3
lib/libpthread/man/pthread_sigmask.3
lib/libpthread/man/sigwait.3
share/man/man3/pthread_attr.3
share/man/man3/pthread_condattr.3
share/man/man3/pthread_kill.3
share/man/man3/pthread_mutexattr.3
share/man/man3/pthread_schedparam.3
share/man/man3/pthread_sigmask.3