Module Name:    src
Committed By:   dholland
Date:           Mon Oct 26 03:46:57 UTC 2020

Modified Files:
        src/usr.bin/lam: lam.1

Log Message:
Fix the second example in lam(1).

(a) revert -r1.8 (changing -s back to -S) as it was wrong;
(b) get rid of the backslash since it doesn't belong.
(c) bump date.

Noted by Robert Elz.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/lam/lam.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/lam/lam.1
diff -u src/usr.bin/lam/lam.1:1.11 src/usr.bin/lam/lam.1:1.12
--- src/usr.bin/lam/lam.1:1.11	Mon Jul  3 21:34:19 2017
+++ src/usr.bin/lam/lam.1	Mon Oct 26 03:46:57 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: lam.1,v 1.11 2017/07/03 21:34:19 wiz Exp $
+.\"	$NetBSD: lam.1,v 1.12 2020/10/26 03:46:57 dholland Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)lam.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd January 5, 2016
+.Dd October 25, 2020
 .Dt LAM 1
 .Os
 .Sh NAME
@@ -107,7 +107,7 @@ lam file1 file2 file3 file4
 joins 4 files together along each line.
 To merge the lines from four different files use
 .Bd -literal -offset indent
-lam file1 \-s "\e
+lam file1 \-S "
 " file2 file3 file4
 .Ed
 .Pp

Reply via email to