summaryrefslogtreecommitdiff
path: root/bin/cat/cat.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix mandoc -Tlint warnings in bin/Benjamin Kaduk2017-12-071-2/+2
| | | | | | | | | | | Many style-level issues are still reported. Submitted by: Yuri Pankov <yuripv@gmx.com> Reviewed by: jilles (previous revision) Differential Revision: https://reviews.freebsd.org/D13334 Notes: svn path=/head/; revision=326651
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Fix date.Joel Dahl2013-01-291-1/+1
| | | | Notes: svn path=/head/; revision=246090
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) toBrooks Davis2013-01-291-3/+14
| | | | | | | | | | | set an exclusive advisory lock on stdout. This will be used to guarantee orderly writing to METALOG. Sponsored by: DARPA, AFRL Obtained from: NetBSD (mason) Notes: svn path=/head/; revision=246083
* Use "e.g.", not "i.e.", to introduce an example.Kevin Lo2012-09-071-1/+1
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=240192
* One more nit.Ruslan Ermilov2006-12-231-1/+1
| | | | Notes: svn path=/head/; revision=165486
* Fix markup.Ruslan Ermilov2006-12-231-10/+12
| | | | Notes: svn path=/head/; revision=165485
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-9/+6
| | | | Notes: svn path=/head/; revision=140295
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
| | | | Notes: svn path=/head/; revision=139969
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* Reduce redundancy in the description of the -u option.Tim J. Robbins2004-03-211-3/+1
| | | | Notes: svn path=/head/; revision=127268
* Document incorrect handling of multibyte characters when -t and -v optionsTim J. Robbins2004-03-211-1/+9
| | | | | | | are used. Notes: svn path=/head/; revision=127267
* mdoc(7) police: fixed markup.Ruslan Ermilov2001-09-251-5/+12
| | | | Notes: svn path=/head/; revision=83933
* Give /bin/cat the ability to connect to and read unix-domain socketsMatthew Dillon2001-09-151-1/+6
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=83482
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Xref zcat(1).Dima Dorfman2001-06-181-0/+1
| | | | Notes: svn path=/head/; revision=78430
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-1/+1
| | | | Notes: svn path=/head/; revision=70056
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68935
* Use Dq Li (double-quoted literal) instead of Ic (internal command) toSheldon Hearn2000-06-271-4/+2
| | | | | | | | | | | mark up a sample invocation, since it is not a command internal to the described utility. Do not use Ar (argument) to mark up something which is not an argument to the utility or one of its internal commands. Notes: svn path=/head/; revision=62167
* Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.Jeroen Ruigrok van der Werven2000-04-141-12/+82
| | | | | | | | | | | This gets rid of a bogus cast of NULL in setbuf(). Lets us know the buffer malloc failed. Reworks the manpage a bit to make it more mdoc(7) compliant, adds examples. Notes: svn path=/head/; revision=59239
* Remove unnecessary empty line.Jeroen Ruigrok van der Werven2000-04-131-3/+2
| | | | | | | Remove trailing whitespace. Notes: svn path=/head/; revision=59211
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=46684
* Restore Lite2 sccsids by removing `const'. Improve documentation a little.Philippe Charnier1998-05-131-13/+9
| | | | | | | Suggested by: Bruce Notes: svn path=/head/; revision=36000
* Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-9/+11
| | | | Notes: svn path=/head/; revision=35772
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merge Lite2 mods and -Wall cleaning.Steve Price1996-12-141-8/+7
| | | | Notes: svn path=/head/; revision=20412
* [HISTORY]Wolfram Schneider1996-08-221-3/+7
| | | | | | | | | | | | cat command appeared in Version 1 AT&T UNIX, not Version 6 Apparently the cat man page was the first written man page Obtained from: A Quarter Century of UNIX, Peter H. Salus [BUGS] fix a typo Notes: svn path=/head/; revision=17772
* Added $Id$David Greenman1994-09-241-0/+1
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+121
Notes: svn path=/head/; revision=1556