summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/nanosleep.2
Commit message (Collapse)AuthorAgeFilesLines
* In nanosleep(2), note that the calling thread is put to sleep, not thekib2009-10-111-1/+3
| | | | | whole process. Also explicitely name the parameter that specifies sleep interval.
* 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.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Grammatical fixup: s/be the -1/be -1/ceri2002-12-191-1/+1
| | | | MFC after: 1 day
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-7/+13
| | | | | | | | | | 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
|
* Isolate the ERRORS section from the RETURN VALUES one.yar2001-08-141-5/+3
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-7/+7
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Name Description (.Nd macro) added.phantom1999-09-051-6/+7
| | | | | | | | Style and punctuation errors fixes. ERRORS section included to RETURN VALUES because it's describing return values instead of errors and their handling. Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Nuke signanosleep()peter1998-05-141-19/+2
|
* Typo fix.jraynard1998-05-031-2/+2
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+2
|
* Fixed off by 1 error.bde1997-08-211-2/+3
|
* Doc signanosleep, add to linkspeter1997-06-011-3/+26
|
* manpage for nanosleep(2)peter1997-05-121-0/+96
Obtained from: NetBSD (I think jtc@netbsd.org wrote it)
OpenPOWER on IntegriCloud