Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-22 | - move break from loop on EOF in order to make cap_mkdb not ignore the final | Christian Weisgerber | |
record in terminfo mode - while we're here fix indentation, spelling okay millert@ | |||
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell | |
2000-01-09 | When storing termcap entry in the .db file, prune out empty entries like | Todd C. Miller | |
:\t: since space may be tight with the 1023 character termcap limit. | |||
1999-07-03 | remove redundant .Pp macros | 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-03-05 | Merge cap_mkdb(1) and info_mkdb(1) | Thorsten Lockert | |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
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 | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |