aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lam
Commit message (Collapse)AuthorAgeFilesLines
* Back out my minorly disputed and possibly not well thought out changes to howJuli Mallett2002-07-011-7/+7
| | | | | | | arguments are processed, at least temporarily. Notes: svn path=/head/; revision=99221
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Increment morefiles, balance braces. This should really be using getopt(3).Juli Mallett2002-06-271-2/+3
| | | | Notes: svn path=/head/; revision=98934
* Instead of not using argc and doing other great evil, check for no argumentsJuli Mallett2002-06-271-5/+6
| | | | | | | | in main() and print usage, or if there are too many arguments, handle that there, too. Notes: svn path=/head/; revision=98933
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+4
| | | | Notes: svn path=/head/; revision=95124
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Cross-reference between lam(1) and paste(1). Add a STANDARDS section toGarrett Wollman2001-09-211-1/+9
| | | | | | | | | | 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
* Constify, staticize, and set WARNS=2.Mike Barcroft2001-08-062-9/+11
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=81222
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-2/+2
| | | | Notes: svn path=/head/; revision=72432
* Fix style(9) bugs from previous commit: remove space after functionMike Heffner2001-02-081-6/+6
| | | | | | | | | names and revert to char *[]. bde by: bde, imp Notes: svn path=/head/; revision=72178
* De-__P()-ify, convert K&R style declarations to ANSI onesMike Heffner2001-02-081-13/+8
| | | | Notes: svn path=/head/; revision=72153
* Prevent string overflows by using safer string functionsMike Heffner2001-02-081-21/+27
| | | | | | | | | | | | Use tolower() rather than bit or-ing Sanity check user specified printf() format Exit when too many input files are given Remove register from variables Reviewed by: markm, imp Notes: svn path=/head/; revision=72152
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+5
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-3/+3
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
| | | | Notes: svn path=/head/; revision=68575
* Don't call err() with no format string.Kris Kennaway2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=62894
* $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
* Use err(3) instead of local redefintion. Add usage() as a separatePhilippe Charnier1997-07-182-79/+75
| | | | | | | function. Rewrote man page in mdoc format. Notes: svn path=/head/; revision=27497
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+365
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590