Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/bin/sh Pull up following revision(s) (requested by kre in...
details: https://anonhg.NetBSD.org/src/rev/fa818d59afe5
branches: netbsd-8
changeset: 433984:fa818d59afe5
user: snj <snj%NetBSD.org@localhost>
date: Fri Jun 09 16:53:39 2017 +0000
description:
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).
diffstat:
bin/sh/sh.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 912a03498ed1 -r fa818d59afe5 bin/sh/sh.1
--- a/bin/sh/sh.1 Fri Jun 09 16:52:10 2017 +0000
+++ b/bin/sh/sh.1 Fri Jun 09 16:53:39 2017 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index