summaryrefslogtreecommitdiff
path: root/usr.bin/column
AgeCommit message (Collapse)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-03-11EXAMPLES:Jason McIntyre
- actually say what the example does - use a display instead of .Dl, so we don;t have to escape everything - use a prompt and indicate line break - use "echo" instead of "printf", so we don;t need to specify newline additionally, use .Ex whilst in here; ok otto
2007-08-01Refactor realloc() + checks into erealloc()Todd C. Miller
Fix a NULL dereference when the -t flag is given and a line consists solely of delimiters. OK deraadt@, fixes PR 5555
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-01use strtonum; ok millert@Jason Dixon
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2006-03-10realloc & size_t police; simplify some pointer arithmetic; ok ray@Otto Moerbeek
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part 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-07-12first pass at a -Wall cleanupTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
1999-12-09Avoid divide by zero, spotted by aaron@Todd C. Miller
1999-07-07The 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-06-05- remove trailing white spaceAaron 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-06-01whoopsAaron Campbell
1999-06-01add GROUP field to example; phil@athenaeum.jellybaby.netAaron Campbell
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-06-30repair usage; charnier@freebsdTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt