aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_rwlockattr_init.3
Commit message (Collapse)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionRuslan Ermilov2004-01-141-70/+0
| | | | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen Notes: svn path=/head/; revision=124535
* The .Fn functionPhilippe Charnier2003-02-061-1/+2
| | | | Notes: svn path=/head/; revision=110442
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
| | | | Notes: svn path=/head/; revision=79366
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59501
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Added missing comma in xrefs.Alexander Langer1999-05-141-2/+2
| | | | Notes: svn path=/head/; revision=47204
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-071-0/+67
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time. Notes: svn path=/head/; revision=38919