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/c80b251b3290
branches: trunk
changeset: 837610:c80b251b3290
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 cbf004c3a025 -r c80b251b3290 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