aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste
Commit message (Collapse)AuthorAgeFilesLines
* More low hanging warnings fruit; ANSIfy, de-register, constify.Mark Murray2002-04-281-19/+17
| | | | Notes: svn path=/head/; revision=95626
* remove __PWarner Losh2002-03-221-4/+4
| | | | Notes: svn path=/head/; revision=92921
* When invoked with no file arguments, display usage.Mike Barcroft2002-03-201-4/+7
| | | | | | | | | | Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> PR: 36074 Use new ID scheme. Notes: svn path=/head/; revision=92772
* Cross-reference between lam(1) and paste(1). Add a STANDARDS section toGarrett Wollman2001-09-211-2/+3
| | | | | | | | | | lam(1) indicating that paste(1) is a standard way to do some of the same things. MFC after: 1 week Notes: svn path=/head/; revision=83745
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72432
* Put flags under .Fl. Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-3/+7
| | | | Notes: svn path=/head/; revision=58617
* $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