summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/clock_gettime.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Document _FAST and _PRECISE clocks.kib2009-12-291-10/+40
| | | | | Submitted by: Valentin Nechayev <netch segfault kiev ua> MFC after: 3 days
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-291-3/+6
| | | | | Based on submission by: pluknet gmail com MFC after: 3 days
* Add missing words.brueffer2008-02-251-2/+2
| | | | MFC after: 3 days
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* - clock_gettime is in time.h instead of sys/time.hdanger2006-11-041-3/+3
| | | | | | Approved by: trhodes (mentor), keramida (mentor) PR: docs/104707 MFC-after: 3 days
* Markup fixes.ru2006-09-171-5/+12
|
* Document CLOCK_UPTIME which returns the current uptime in SI seconds.andre2005-11-181-1/+3
| | | | | | | At the moment it is just an alias for CLOCK_MONOTONIC which reports the same number. Sponsored by: TCP/IP Optimization Fundraise 2005
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Spelling fixes.mpp2004-06-211-1/+1
|
* CLOCK_PROF and CLOCK_VIRTUAL are implemented now.kbyanc2004-06-171-7/+1
|
* mdoc(7): Properly mark C headers.ru2003-09-101-1/+1
|
* Mention CLOCK_MONOTONIC.phk2003-02-231-2/+3
|
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.tjr2003-02-051-1/+7
| | | | PR: 8376
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+3
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+7
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed wrong prototype for clock_getres().bde1998-01-161-2/+2
|
* Man pages for clock_{get/set}time() and clock_getres().peter1997-05-121-0/+124
Obtained from: kstailey@openbsd.org via OpenBSD sources
OpenPOWER on IntegriCloud