Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide the implementation details about multiple threading libraries | ru | 2007-10-22 | 1 | -1/+0 |
| | | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu | ||||
* | Remove mentions of libc_r. | ru | 2006-09-30 | 1 | -1/+0 |
| | |||||
* | Document interfaces that are supported by libthr. | ru | 2004-01-15 | 1 | -0/+1 |
| | |||||
* | Have a single set of POSIX threads man pages. The LIBRARY section | ru | 2004-01-14 | 1 | -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. | charnier | 2003-03-24 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Use ``.St -p1003.1-96''. | ru | 2001-02-26 | 1 | -3/+2 |
| | |||||
* | Introduce .Lb macro to libc_r manpages. | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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. | wosch | 1998-08-31 | 1 | -2/+2 |
| | |||||
* | The pthreads standard has been published. Change: | alex | 1998-08-03 | 1 | -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, and | phk | 1998-07-31 | 1 | -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> |