Module Name:    src
Committed By:   kre
Date:           Wed Dec 12 12:30:59 UTC 2018

Modified Files:
        src/bin/sh: sh.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/bin/sh/sh.1

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

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.213 src/bin/sh/sh.1:1.214
--- src/bin/sh/sh.1:1.213	Wed Dec 12 11:51:33 2018
+++ src/bin/sh/sh.1	Wed Dec 12 12:30:59 2018
@@ -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 @@ If a backslash is followed by a newline,
 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

Reply via email to