Module Name:    src
Committed By:   rillig
Date:           Sat Nov 20 17:18:31 UTC 2021

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

Log Message:
sh.1: replace triple negation with single negation, fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.239 src/bin/sh/sh.1:1.240
--- src/bin/sh/sh.1:1.239	Sat Nov 20 01:52:51 2021
+++ src/bin/sh/sh.1	Sat Nov 20 17:18:31 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.239 2021/11/20 01:52:51 kre Exp $
+.\"	$NetBSD: sh.1,v 1.240 2021/11/20 17:18:31 rillig Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -493,7 +493,7 @@ if it had been set).
 section below.)
 .It Fl v Em verbose
 The shell writes its input to standard error as it is read.
-Perhaps ocassionally useful for some debugging.
+Perhaps occasionally useful for some debugging.
 .It Fl X Em xlock
 Cause output from the
 .Ic xtrace
@@ -541,8 +541,7 @@ Make an interactive shell always print t
 changed by the
 .Ic cd
 command.
-In a non-interactive shell this option has no effect
-unless the
+In a non-interactive shell this option only has an effect if the
 .Em posix
 option is set.
 However,

Reply via email to