summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_condattr.3
Commit message (Collapse)AuthorAgeFilesLines
* General mdoc(7) and typo fixes.gjb2012-05-111-1/+1
| | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Document clock and pshared condvar attributes.jilles2010-05-091-8/+94
| | | | | | | | | Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of the current and given value of the clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and CLOCK_MONOTONIC as allowed. MFC after: 1 week
* 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
* Get rid of duplicates.ru2003-09-141-1/+1
|
* The .Fn function. Use .Xr where appropriate.charnier2003-03-241-3/+6
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-181-1/+1
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* mdoc(7) cleanup:phantom2000-05-041-8/+9
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-021-0/+82
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
OpenPOWER on IntegriCloud