Module Name:    src
Committed By:   snj
Date:           Fri Jun  9 16:53:39 UTC 2017

Modified Files:
        src/bin/sh [netbsd-8]: sh.1

Log Message:
Pull up following revision(s) (requested by kre in ticket #15):
        bin/sh/sh.1: revision 1.148
Fix a typo (or rather a remnant of an earlier intent).


To generate a diff of this commit:
cvs rdiff -u -r1.146.2.1 -r1.146.2.2 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.146.2.1 src/bin/sh/sh.1:1.146.2.2
--- src/bin/sh/sh.1:1.146.2.1	Mon Jun  5 08:10:24 2017
+++ src/bin/sh/sh.1	Fri Jun  9 16:53:39 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.146.2.1 2017/06/05 08:10:24 snj Exp $
+.\"	$NetBSD: sh.1,v 1.146.2.2 2017/06/09 16:53:39 snj 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

Reply via email to