Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Add missing word.



details:   https://anonhg.NetBSD.org/src/rev/24a98d7376aa
branches:  trunk
changeset: 321370:24a98d7376aa
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 13 19:18:53 2018 +0000

description:
Add missing word.

diffstat:

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

diffs (21 lines):

diff -r 0923e4b602ea -r 24a98d7376aa bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Mar 13 16:52:42 2018 +0000
+++ b/bin/sh/sh.1       Tue Mar 13 19:18:53 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.175 2018/01/15 11:27:39 kre Exp $
+.\"    $NetBSD: sh.1,v 1.176 2018/03/13 19:18:53 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1432,8 +1432,9 @@
 .Ic local
 command.
 This should usually appear as the first statement of a function,
-though is an executable command which can be used anywhere in a
-function.
+though
+.Ic local
+is an executable command which can be used anywhere in a function.
 See
 .Sx Built-ins
 below for its definition.



Home | Main Index | Thread Index | Old Index