summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_rwlockattr_destroy.3
Commit message (Collapse)AuthorAgeFilesLines
* Hide the implementation details about multiple threading librariesru2007-10-221-1/+0
| | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu
* Remove mentions of libc_r.ru2006-09-301-1/+0
|
* Sort sections.ru2005-01-211-7/+7
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+2
|
* Document interfaces that are supported by libthr.ru2004-01-151-0/+1
|
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-141-0/+1
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* The .Fn function. Use .Xr where appropriate.charnier2003-03-241-1/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed extraneous comma in xrefs.alex1999-05-141-2/+2
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+68
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
OpenPOWER on IntegriCloud