Module Name: src
Committed By: kre
Date: Tue Dec 20 17:51:54 UTC 2022
Modified Files:
src/bin/sh: sh.1
Log Message:
More markup errors. \+ was intended to be \&+ and .EV .Ev of course.
As best I can tell, the rest of what mandoc -Wall complains about is
incorrect (it could probably be avoided by adding more markup, but
there doesn't seem to be any point).
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 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.254 src/bin/sh/sh.1:1.255
--- src/bin/sh/sh.1:1.254 Tue Dec 20 16:48:57 2022
+++ src/bin/sh/sh.1 Tue Dec 20 17:51:54 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.254 2022/12/20 16:48:57 kre Exp $
+.\" $NetBSD: sh.1,v 1.255 2022/12/20 17:51:54 kre Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -122,7 +122,7 @@ When first starting,
if neither the
.Fl l
nor
-.Cm \+l
+.Cm \&+l
options were given on the command line,
the shell inspects argument 0, and if it begins with a dash
.Sq \- ,
@@ -1782,7 +1782,7 @@ field with the value of each parameter s
the
.Ev IFS
variable (possibly nothing if
-.EV IFS
+.Ev IFS
has a null value), or by a
.Aq space
if