Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have a single set of POSIX threads man pages. The LIBRARY section | Ruslan Ermilov | 2004-01-14 | 1 | -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 function | Philippe Charnier | 2003-02-06 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=110442 | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=84306 | ||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=79366 | ||||
* | Introduce .Lb macro to libc_r manpages. | Alexey Zelkin | 2000-04-22 | 1 | -0/+2 |
| | | | | Notes: svn path=/head/; revision=59501 | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=50476 | ||||
* | Added missing comma in xrefs. | Alexander Langer | 1999-05-14 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=47204 | ||||
* | Implement pthread read/write locks as defined by Version 2 of the Single | Alexander Langer | 1998-09-07 | 1 | -0/+67 |
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time. Notes: svn path=/head/; revision=38919 |