Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Mark up "in" (of the "for" command) appropriately.



details:   https://anonhg.NetBSD.org/src/rev/291bb44a9602
branches:  trunk
changeset: 321376:291bb44a9602
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 13 20:39:25 2018 +0000

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

diffstat:

 bin/sh/sh.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 241bb38a1489 -r 291bb44a9602 bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Mar 13 20:29:13 2018 +0000
+++ b/bin/sh/sh.1       Tue Mar 13 20:39:25 2018 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index