Module Name:    src
Committed By:   uwe
Date:           Tue Mar 13 20:39:25 UTC 2018

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

Log Message:
Mark up "in" (of the "for" command) appropriately.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 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.181 src/bin/sh/sh.1:1.182
--- src/bin/sh/sh.1:1.181	Tue Mar 13 20:29:13 2018
+++ src/bin/sh/sh.1	Tue Mar 13 20:39:25 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.181 2018/03/13 20:29:13 uwe Exp $
+.\"	$NetBSD: sh.1,v 1.182 2018/03/13 20:39:25 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -1264,12 +1264,12 @@ done
 .Ed
 .Pp
 The words are expanded, or "$@" if
-.Dq in
+.Ic in
 (and the following words) is not present,
 and then the list is executed repeatedly with the
 variable set to each word in turn.
 If
-.Dq in
+.Ic in
 appears after the variable, but no words are
 present, the list is not executed, and the exit status is zero.
 .Ic do

Reply via email to