summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_mutexattr.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) cleanup:Alexey Zelkin2000-05-041-19/+24
| | | | | | | | | | | | | | . 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 Notes: svn path=/head/; revision=59944
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-021-0/+172
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892