summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_sigmask.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-291-3/+3
| | | | | | | function calls, but instead a "class" of functions like "sigsetops". Rename to sigaddset", and while at it improve documentation in sigprocmask(2) to point to it. ok tedu
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* pthread_sigmask() doesn't require <pthread.h>, only <signal.h>.matthew2012-09-111-3/+2
| | | | Pointed out by Brad.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - typosjmc2003-05-181-3/+3
| | | | | - new sentence, new line - clean up .Xrs
* copyrights added;jmc2003-02-201-1/+4
| | | | | these are all David Leonard, and Public Domain ok deraadt@
* remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.fgsch2002-11-091-2/+2
|
* Use .St for standards. Random cleanups as well.fgsch2002-02-211-11/+49
|
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* new documentationd1999-03-221-0/+31