summaryrefslogtreecommitdiff
path: root/bin/cat
AgeCommit message (Expand)Author
2015-10-03obvious tame "stdio rpath"Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2011-03-05Shell output redirection truncating the destination fileIngo Schwarze
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-07-17sync usage(); from Tobias StoeckmannJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-03-22Fix handling of multiple stdin arguments in cooked mode, closes PR 5418.Todd C. Miller
2005-04-05change incorrect filename in output on fstat() failureJared Yanovich
2004-07-02- note that as well as tabs, the -v option does not display EOLsJason McIntyre
2004-05-21minor cleanups / shut up lint, ok pedro teduJolan Luff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
2003-03-12use .Li moreTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-03-14Fix 'cat -se'; the '$' was not being printed for blank lines.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
2001-09-06o) __progname aria;Mike Pechkin
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-08-05remove blank linePaul Janzen
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-02An option description does not need to contain "The -foo option...".Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
2000-01-12clarifyEric Jackson
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-07-23cat appeared in Version 1 AT&T UNIX, not 6Aaron Campbell
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-05-30repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-03-031. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands.Aaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
1997-11-08spellingTodd T. Fries
1997-09-21$OpenBSD$Theo de Raadt
1997-06-18(foo *)NULL -> NULLkstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp
1996-09-28Fix the return value of test of getopt. It is documented to returnimp
1996-08-02Document the fact that we are compliant with 1003.2-1992, with someThorsten Lockert