summaryrefslogtreecommitdiff
path: root/lib/libc/gen/usleep.3
AgeCommit message (Collapse)Author
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2012-10-16Make sleep(3) and usleep(3) more consistent and remove extraneousTodd C. Miller
historic implementation details that get in the way of readability. Our usleep(3) does not return EINVAL for values >= 1,000,000 but still mention it in CAVEATS since some do. Portions adapted from FreeBSD. OK jmc@
2008-10-24some SEE ALSO additions from Ingo Schwarze;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2005-07-22- sync prototypes and header file excerpts to realityJared Yanovich
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-30typos;Jason McIntyre
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-06-03use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;Aaron Campbell
pjanzen@
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1997-12-24Always give .Fn an argument, it will not default to the previous value.Thorsten Lockert
1997-11-06XPG4.2 compat:Todd C. Miller
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int
1997-04-25less inaccuratekstailey
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt