summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_rwlockattr_init.3
Commit message (Collapse)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-141-70/+0
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* Pull some changes (mostly cosmetic) from libc_r manpagesru2003-12-301-1/+2
| | | | in preparation for the merge.
* Mechanically change all libc_r references to libpthread.mini2002-09-161-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Added missing comma in xrefs.alex1999-05-141-2/+2
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+67
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
OpenPOWER on IntegriCloud