Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Fix Oo Op Oc syntax error (which seemed to work OK to...



details:   https://anonhg.NetBSD.org/src/rev/0748366c03ac
branches:  trunk
changeset: 446614:0748366c03ac
user:      kre <kre%NetBSD.org@localhost>
date:      Wed Dec 12 12:30:59 2018 +0000

description:
Fix Oo Op Oc syntax error (which seemed to work OK to me....)
Pointed out by wiz@

diffstat:

 bin/sh/sh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cce2b5a2e023 -r 0748366c03ac bin/sh/sh.1
--- a/bin/sh/sh.1       Wed Dec 12 12:16:42 2018 +0000
+++ b/bin/sh/sh.1       Wed Dec 12 12:30:59 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.213 2018/12/12 11:51:33 kre Exp $
+.\"    $NetBSD: sh.1,v 1.214 2018/12/12 12:30:59 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -3170,7 +3170,7 @@
 newline will be deleted.
 .\"
 .It Ic readonly Ar name Ns Oo =value Oc Ns ...
-.It Ic readonly Oo Fl p Op name... Oc
+.It Ic readonly Oo Fl p Oo name... Oc Oc
 .It Ic readonly Oo Fl q Oc name...
 With no options,
 the specified names are marked as read only, so that they cannot be



Home | Main Index | Thread Index | Old Index