summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc/wc.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-5/+5
| | | | | | * Consistently use "character encoding locale" as suggested by stsp@. * Resolve various gratuitious wording variations. OK jmc@.
* UTF-8 support: implement -m for character countingschwarze2015-12-081-10/+21
| | | | | | | | | and use iswspace(3) for word counting. Requires using getline(3) rather than read(2) to make sure that characters aren't chopped to pieces. Using feedback from millert@ on an earlier version. Feedback and OK tedu@.
* Back in January, Kaspars at Bankovskis dot net reported that the wc(1)schwarze2015-04-211-15/+10
| | | | | | | manual claims that -m would count characters, while our version of the command actually doesn't, lacking POSIX multibyte support. Since nobody stood up to fix the code, sync the docs with reality for now. OK jmc@
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* No point in documenting an outright bug fixed in 4.3BSD.bentley2014-11-151-23/+2
| | | | Suggested by schwarze@
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
|
* replace ".Ar file ..." with ".Ar" whenever possible.sobrado2009-08-161-3/+3
| | | | ok jmc@
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
| | | | updates to follow;
* replace hardcoded exit values with .Ex macros;sobrado2009-01-041-5/+3
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - use a consistent text for STANDARDSjmc2007-05-301-12/+11
| | | | - note which options are extensions to POSIX
* Add -h option to display human-readable numbers.espie2005-10-191-2/+12
| | | | | | | okay otto@, deraadt@, jmc@. (note that is mostly useless from scripts, hence okay as a non-standard option).
* remove section detailing `file' operand: none of our other pages do itjmc2004-12-191-7/+1
| | | | | | (well, there probably are exceptions) and it's kind of obvious; ok millert@
* - alter .Nd to reflect that characters can be counted alsojmc2004-04-071-5/+11
| | | | | | | | | (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)
* - section reorderjmc2003-06-101-4/+9
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-121-3/+3
|
* More pedantic man page formatting insanity, lalalaaaron2000-03-231-2/+3
|
* Finish off cleanup usr.bin/ man pages.aaron2000-03-141-19/+23
|
* Some section re-ordering.aaron2000-03-061-11/+11
|
* Finish standardizing options list introduction.aaron2000-03-051-2/+2
|
* Use the AT&T UNIX macros.aaron1999-10-171-1/+6
|
* o Some minor updates from lite2 (mostly in the man page)millert1999-02-021-18/+36
| | | | o Add support for large files by using quads as counters
* be really pedantic about punctuation following -mdoc macro'd textaaron1998-11-041-2/+2
|
* usr.bin/ man page fixes, t-zaaron1998-10-301-3/+3
|
* rcsidderaadt1996-06-261-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+117