Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/lam Fix the second example in lam(1).



details:   https://anonhg.NetBSD.org/src/rev/e0ee4de68b69
branches:  trunk
changeset: 945326:e0ee4de68b69
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Oct 26 03:46:57 2020 +0000

description:
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.

diffstat:

 usr.bin/lam/lam.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 782366db264e -r e0ee4de68b69 usr.bin/lam/lam.1
--- a/usr.bin/lam/lam.1 Sun Oct 25 22:13:53 2020 +0000
+++ b/usr.bin/lam/lam.1 Mon Oct 26 03:46:57 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index