summaryrefslogtreecommitdiff
path: root/usr.bin/wc
AgeCommit message (Collapse)Author
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
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
ok jmc@
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
ok jmc@
2008-06-19do not print spurious whitespace when reading from stdin;Otto Moerbeek
from Bernd Ahlers with a twist from me; ok millert@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
- note which options are extensions to POSIX
2005-10-19Add -h option to display human-readable numbers.Marc Espie
okay otto@, deraadt@, jmc@. (note that is mostly useless from scripts, hence okay as a non-standard option).
2005-04-11spacingTheo de Raadt
2004-12-19remove section detailing `file' operand: none of our other pages do itJason McIntyre
(well, there probably are exceptions) and it's kind of obvious; ok millert@
2004-04-07- alter .Nd to reflect that characters can be counted alsoJason McIntyre
(syncs description w/ posix) - remove unnecessary .Fl - note that the default listing may show character, rather than byte, count started by PR from Juan Vera (#3738)
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.
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-09-17ansiTheo de Raadt
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-11-19kill more registersMike Pechkin
millert@ ok
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-02-02Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as ↵Todd C. Miller
"%lld" so we get a warning on alpha with -Wall. Live with it.
1999-02-02 o Some minor updates from lite2 (mostly in the man page)Todd C. Miller
o Add support for large files by using quads as counters
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt