Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Improve the however-many-negatives wording even more.



details:   https://anonhg.NetBSD.org/src/rev/299457c47290
branches:  trunk
changeset: 1026391:299457c47290
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Nov 21 16:23:20 2021 +0000

description:
Improve the however-many-negatives wording even more.

diffstat:

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

diffs (21 lines):

diff -r 1b179a3f2871 -r 299457c47290 bin/sh/sh.1
--- a/bin/sh/sh.1       Sun Nov 21 11:02:25 2021 +0000
+++ b/bin/sh/sh.1       Sun Nov 21 16:23:20 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.240 2021/11/20 17:18:31 rillig Exp $
+.\"    $NetBSD: sh.1,v 1.241 2021/11/21 16:23:20 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -541,9 +541,9 @@
 changed by the
 .Ic cd
 command.
-In a non-interactive shell this option only has an effect if the
+If the
 .Em posix
-option is set.
+option is set, this option also applies to non-interactive shells.
 However,
 .Em cdprint
 is an extension to POSIX, so these two options should



Home | Main Index | Thread Index | Old Index