aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Sync up with current to fix various mdoc(7) issues which include:Tom Rhodes2003-02-241-3/+5
| | | | | | | | | | | Abuse of the .Ql, .Nm, and .Xr macros. Clean up .Bl macros. Other tidy up. Approved by: re (blanket) Notes: svn path=/stable/4/; revision=111454
* MFC: fix assorted typos.Jens Schweikhardt2002-08-151-1/+1
| | | | Notes: svn path=/stable/4/; revision=101935
* MFC: Add Examples and History sections (revisions 1.10-1.12)Tim J. Robbins2002-07-141-0/+29
| | | | Notes: svn path=/stable/4/; revision=99973
* MFC: SUSv3 exit status, remove line length limit, style changes.Tim J. Robbins2002-07-141-52/+54
| | | | | | | Revisions 1.8-1.13. Notes: svn path=/stable/4/; revision=99972
* MFC Rev 1.7:Mike Barcroft2002-04-011-4/+7
| | | | | | | | | When invoked with no file arguments, display usage. Use new ID scheme. Notes: svn path=/stable/4/; revision=93587
* MFC additional cross-references: pr.1 1.17, lam.1 1.11, and paste.1 1.9.Garrett Wollman2001-09-271-2/+3
| | | | Notes: svn path=/stable/4/; revision=84040
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-3/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73879
* MFC: Add DIAGNOSTICS section name and other doc fixes.Paul Saab2000-06-301-3/+7
| | | | Notes: svn path=/stable/4/; revision=62277
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell1998-02-201-1/+2
| | | | | | | | the compiler assumes an int return. On alpha this is enough to ruin ya day. Notes: svn path=/head/; revision=33644
* Remove bogus malloc() decl.Satoshi Asami1997-08-051-2/+2
| | | | Notes: svn path=/head/; revision=27907
* Use err(3). Add prototypes. Silent -Wall.Philippe Charnier1997-07-312-41/+39
| | | | Notes: svn path=/head/; revision=27787
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+375
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590