Module Name:    src
Committed By:   kre
Date:           Sun Nov 21 16:23:20 UTC 2021

Modified Files:
        src/bin/sh: sh.1

Log Message:
Improve the however-many-negatives wording even more.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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.240 src/bin/sh/sh.1:1.241
--- src/bin/sh/sh.1:1.240	Sat Nov 20 17:18:31 2021
+++ src/bin/sh/sh.1	Sun Nov 21 16:23:20 2021
@@ -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 @@ Make an interactive shell always print t
 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

Reply via email to