Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-05 | simple strcpy replacement; miod ok | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-01-06 | C-style; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | wrong word; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-04-08 | Correct usage() for od syntax; Peter Stromberg | Todd C. Miller | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-30 | Changes come from NetBSD, Lite-2 and me. ok deraadt | Peter Valchev | |
od(1): - Enable support for printing 8-byte integers. - Added -C option for hexadecimal+ASCII display. - Fix od so it displays short files containing nulls. - POSIXification: The C, S, I and L modifiers now behave correctly, specifying output in units of a char, short, int and long (as defined by the host system) respectively. Support -N, equivalent to hexdump's -n (format only COUNT bytes of input). Add -j option which does the same thing as -s in hexdump (skipping some of the input). hexdump(1): - POSIX.2 doesn't specify hexdump so it can't be compatible with it... - add missing trailing \n in usage() printf | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-02 | replace fprintf(stderr)/exit w/ err/warn | Michael Shalayeff | |
2001-09-30 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-07 | Various cleanup. | Aaron Campbell | |
1999-07-21 | sync names of arguments in SYNOPSIS with those in the option's description | Aaron Campbell | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-02-07 | fgets -> fgetln, don't lie about lines being too long | Aaron Campbell | |
1998-12-16 | for less than 16 NUL bytes, do not print a * line; dillon | Theo de Raadt | |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-08-11 | detect a format string of spaces only as bad format. | Niels Provos | |
1997-09-02 | delete adb(1) Xref | kstailey | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-24 | need string.h | Theo de Raadt | |
1996-05-21 | use existing protos | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |