Module Name: src
Committed By: kre
Date: Tue Jun 6 22:38:52 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Fix a typo (or rather a remnant of an earlier intent).
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 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.147 src/bin/sh/sh.1:1.148
--- src/bin/sh/sh.1:1.147 Sun Jun 4 20:27:14 2017
+++ src/bin/sh/sh.1 Tue Jun 6 22:38:52 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.147 2017/06/04 20:27:14 kre Exp $
+.\" $NetBSD: sh.1,v 1.148 2017/06/06 22:38:52 kre Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -2219,7 +2219,7 @@ assign a value to a read-only variable.
Note that either
.Fl I
or
-.Fl U
+.Fl N
should always be used, or variables made local should always
be given a value, or explicitly unset, as the default behavior
(inheriting the earlier value, or starting unset after