Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2012-10-16 | Make sleep(3) and usleep(3) more consistent and remove extraneous | Todd 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-24 | some SEE ALSO additions from Ingo Schwarze; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-22 | - sync prototypes and header file excerpts to reality | Jared Yanovich | |
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-30 | typos; | Jason McIntyre | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-03 | use \-1, not -1, to change the meaning of `-' to minus sign from hyphen; | Aaron Campbell | |
pjanzen@ | |||
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1997-12-24 | Always give .Fn an argument, it will not default to the previous value. | Thorsten Lockert | |
1997-11-06 | XPG4.2 compat: | Todd C. Miller | |
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int | |||
1997-04-25 | less inaccurate | kstailey | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |