summaryrefslogtreecommitdiff
path: root/bin/cat
AgeCommit message (Collapse)Author
2004-07-02- note that as well as tabs, the -v option does not display EOLsJason McIntyre
from lkadosh at math dot ucr dot edu, via nick@ - put options in standard order - put explanations of examples before the examples, and indent examples - one i.e. -> e.g. as required additions/corrections/oks otto@ tom@ millert@
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
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
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
Based on a patch from Denis Afonin.
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.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
existing EXAMPLES sections.
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 ↵Theo de Raadt
done later.. contact me if you want to help)
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
is used instead; kwesterback@home.com
1999-03-031. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands.Aaron Campbell
2. Move option descriptions from a lexigraphical -> more logical order. 3. Xr setbuf(3) and sh(1) 4. Add an EXAMPLES section. 5. HISTORY should follow STANDARDS, according to mdoc.template. 6. Other misc niceties. Look mom, I can do man page content too.
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
it's given)
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
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
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems.
1996-08-02Document the fact that we are compliant with 1003.2-1992, with someThorsten Lockert
extensions
1996-08-02Exit with status >0 if any error occured; from FreeBSDThorsten Lockert
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt