summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getitimer.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: remove literal tabs where they don't belonguqs2010-06-081-3/+3
|
* Update xrefs from 4.3BSD to modern signal functions in various man pages.jilles2010-05-061-1/+1
| | | | | | | sigvec(2) references have been updated to sigaction(2), sigsetmask(2) and sigblock(2) to sigprocmask(2), sigpause(2) to sigsuspend(2). Some legacy man pages still refer to them, that is OK.
* 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.
* ``NULL is a specific instance of a null pointer constant; the generic iskeramida2004-12-231-3/+1
| | | | | | | | | | | | | a "null pointer".'' Making good use of the excellent explanations sent to me by Ruslan Ermilov, Garrett Wollman and Bruce Evans, correct the descriptions of null pointers. They are just "null pointers", not nil, not NULL or ".Dv NULL". Suggested by: ru, wollman, bde Reviewed by: ru, wollman Pointy hat: keramida
* Use .Dv NULL when referring to NULL C pointers, instead of "nil".keramida2004-12-221-1/+3
|
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
|
* mdoc(7): Properly mark C headers.ru2003-09-101-2/+2
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-6/+8
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+6
| | | | | | | | | | 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
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-3/+3
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* Explicitly point that it_value == 0 disables timer regardles ofache1997-08-141-1/+3
| | | | | it_interval value. It is backward-compatible with previous usage and SunOS-compatible now.
* Describe itimerfix upper limitache1997-08-141-0/+8
|
* Fixed missing const(s) or #include(s) in synopsis.bde1997-04-111-1/+1
|
* Merge from Lite2 onto mainline -peter1997-03-111-4/+3
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-1/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Xref clocks(7).joerg1996-04-051-1/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+166
OpenPOWER on IntegriCloud