summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_destroy.3
Commit message (Collapse)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-141-74/+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-2/+4
| | | | 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: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Use ``.St -p1003.1-96''.ru2001-02-261-3/+2
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Sort cross references.wosch1998-08-311-2/+2
|
* The pthreads standard has been published. Change:alex1998-08-031-2/+2
| | | | | | | | | | ...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is published. to: ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second Edition 1996-07-12. Discussed with: jb
* I've put together man pages for the pthread_cleanup, pthread_cond, andphk1998-07-311-0/+70
pthread_mutex routines. I've also tweaked pthread_create.3 to point to pthread_cleanup_push(3) and pthread_cleanup_pop(3). PR: 7450 Submitted by: Brian Cully <shmit@kublai.com>
OpenPOWER on IntegriCloud