summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cond_broadcast.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
|
* 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 functioncharnier2003-02-061-2/+4
|
* 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-3/+3
|
* 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/+68
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