Module Name: src
Committed By: uwe
Date: Tue Mar 13 19:18:53 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 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.175 src/bin/sh/sh.1:1.176
--- src/bin/sh/sh.1:1.175 Mon Jan 15 11:27:39 2018
+++ src/bin/sh/sh.1 Tue Mar 13 19:18:53 2018
@@ -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 @@ Variables may be declared to be local to
.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.