summaryrefslogtreecommitdiffstats
path: root/bin/cat (follow)
Commit message (Expand)AuthorAgeFilesLines
* cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha2020-12-111-3/+4
* cat(1): misc. style(9)cheloha2020-12-041-11/+11
* cat(1): simplify argv processing loopscheloha2020-12-041-39/+36
* cat(1): remove global 'filename' variablecheloha2020-12-031-8/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* More whitespace, helps readingjca2017-02-191-1/+2
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-191-8/+3
* attempt to improve clarity by reducing forward references and moretedu2016-07-101-13/+10
* For -be, indent the $ on blank lines.schwarze2016-07-011-5/+11
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-042-6/+6
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* obvious tame "stdio rpath"deraadt2015-10-031-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-7/+4
* where "-" represents stdin, just use Sq, not Fl, since it's not a flag;jmc2013-07-161-3/+3
* command-line (adj.) -> command line (n.);jmc2013-01-181-3/+3
* Shell output redirection truncating the destination fileschwarze2011-03-051-7/+15
* add an EXIT STATUS section for /bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* replace hardcoded exit values with .Ex macros;sobrado2009-01-041-5/+3
* sync usage(); from Tobias Stoeckmannjmc2007-07-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - consistent STANDARDS blurbjmc2007-05-291-3/+3
* Fix handling of multiple stdin arguments in cooked mode, closes PR 5418.millert2007-03-221-3/+5
* change incorrect filename in output on fstat() failurejaredy2005-04-051-3/+3
* - note that as well as tabs, the -v option does not display EOLsjmc2004-07-021-28/+29
* minor cleanups / shut up lint, ok pedro tedujolan2004-05-211-10/+13
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* Undo a misguided attempt to fix speling errors from long ago. UCBmillert2003-06-011-2/+2
* use .Li morederaadt2003-03-121-4/+4
* ansideraadt2002-07-041-13/+7
* Fix 'cat -se'; the '$' was not being printed for blank lines.millert2002-03-141-19/+14
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* Initial patch.mpech2002-02-111-4/+4
* kill more registers;mpech2001-11-051-8/+8
* o) __progname aria;mpech2001-09-061-3/+5
* Add some rudimentary EXAMPLES sections and standardize the way we displayaaron2000-10-181-16/+7
* remove blank linepjanzen2000-08-051-2/+1
* Remove hard sentence breaks.aaron2000-03-171-8/+8
* An option description does not need to contain "The -foo option...".aaron2000-03-021-4/+2
* remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)deraadt2000-01-221-3/+2
* clarifyericj2000-01-121-2/+2
* Use the AT&T UNIX macros.aaron1999-10-171-2/+3
* more precise SYNOPSIS syntaxaaron1999-08-161-2/+2
* cat appeared in Version 1 AT&T UNIX, not 6aaron1999-07-231-3/+2
* correct use of .Nm; some other formatting nitsaaron1999-07-041-4/+5
* repairsaaron1999-05-301-3/+5
* repairsaaron1999-05-291-2/+3
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2