diff options
| author | dholland <dholland@NetBSD.org> | 2020-10-26 04:09:32 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2020-10-26 04:09:32 +0000 |
| commit | 40dc34e2a7e5f48f9624e5f30ef033c597048a98 (patch) | |
| tree | d631fa83bfe3c183e708f4d33e3a4671bd867ae7 /usr.bin/lam | |
| parent | b9e36ad438ffdffbf776901ef0417bc790c656ca (diff) | |
Clarify the behavior of -S further in lam(1).
Seems that "lam file1 -S sep file2" does not carry the -S over past
file2, even though you can also write "lam file1 file2 -[sS] sep" to
give a separator string after the last file.
Ride previous date bump.
Diffstat (limited to 'usr.bin/lam')
| -rw-r--r-- | usr.bin/lam/lam.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index b89211c41e1..72cf9983a8b 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lam.1,v 1.13 2020/10/26 03:51:54 dholland Exp $ +.\" $NetBSD: lam.1,v 1.14 2020/10/26 04:09:32 dholland Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,6 +89,8 @@ Print .Ar sepstring before printing line fragments from the next file. This option may appear after the last file. +(A capitalized version appearing before the last file is not carried +over past the last file.) .It Fl t Ar c The input line terminator is .Ar c |
