aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lam/lam.1
Commit message (Collapse)AuthorAgeFilesLines
* The lam(1) man page is unclear about the uppercase versions of the flagsAllan Jude2019-01-041-10/+24
| | | | | | | | PR: 229571 Submitted by: Tim Chase <freebsd@tim.thechases.com> Notes: svn path=/head/; revision=342754
* 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 missing AUTHOR section for jot(1), rs(1), and lam(1)Allan Jude2015-04-071-1/+3
| | | | | | | | | | | | PR: 196786 Differential Revision: https://reviews.freebsd.org/D2115 Submitted by: John A. Kunze (Author) Approved by: wblock (mentor) MFC after: 1 week Sponsored by: ScaleEngine Inc. Notes: svn path=/head/; revision=281209
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.Colin Percival2006-10-201-0/+5
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=163515
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-08-121-1/+5
| | | | Notes: svn path=/head/; revision=133561
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+4
| | | | Notes: svn path=/head/; revision=95124
* 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
* 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
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | 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-181-55/+56
| | | | | | | function. Rewrote man page in mdoc format. Notes: svn path=/head/; revision=27497
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+127
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590