summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getitimer.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing RETURN VALUES section;schwarze2019-06-241-2/+4
| | | | also checked that POSIX requires exactly this behaviour
* Add manpage for timer* macros, actually document timespec* macros.cheloha2019-02-071-91/+3
| | | | | | | | | | | | | | We use these all over the tree so they ought to be documented on a separate page; move them out of getitimer.2 into timeradd.3. While moving, clean up the language and markup here and there. Still needs to be added to share/man/man3/Makefile, pending any further cleanup in-tree. With input from schwarze@, jmc@, and millert@. "looks great" deraadt@, "(ok)" jmc@, ok tedu@, "we'll spruce it up in-tree" schwarze@
* correct the RETURN VALUES of the macros, document the HISTORY ofschwarze2019-01-201-9/+37
| | | | | the macros, and simplify one wording; OK millert@, tweak and OK jmc@
* sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha2019-01-181-2/+10
| | | | | | | | | | | Make it less likely you miss a zero when typing out 100000 or 100000000. Document them in getitimer.2 for the masses. These may be of use in library code as well as the kernel. Comparable inline functions exist in Linux but are not available to userspace like these. "OK." deraadt@
* update NAME section to include all documented functions,jmc2015-11-101-3/+8
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* one .Fn argument per function argumentschwarze2014-07-131-8/+8
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
|
* finish xref linking clock_gettime and getitimertedu2013-11-021-2/+3
|
* more library historyschwarze2013-07-171-4/+6
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* More SYNOPSIS, ERRORS, and STANDARDS updatesguenther2013-03-311-6/+20
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* document EINVAL return bad values as "which"; ok deraadt, millertjaredy2005-08-141-1/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-4/+4
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
* Initial cleanup:mpech2002-04-301-2/+2
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* Remove bogus warning and correct the operator enumeration for timercmpniklas2001-09-071-3/+2
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* typo in arg name; ok deraadt@stevesk2001-07-251-3/+3
|
* create proper docs for timer{add,clear,sub,isset,cmp}deraadt2000-12-231-24/+44
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-16/+17
| | | | breaks and getting rid of short lines, making these files easier to work with.
* remove redundant .Pp macrosaaron1999-07-021-2/+1
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-8/+8
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* doc timer{clear,add,sub,cmp,isset}deraadt1999-03-021-10/+28
|
* make function names the correct casederaadt1999-02-271-3/+3
|
* Xr pollderaadt1998-08-171-1/+2
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* prettyderaadt1997-09-171-0/+1
|
* from netbsd:deraadt1995-12-141-2/+2
| | | | add & fix a bunch of system call pages
* initial import of NetBSD treederaadt1995-10-181-0/+168