Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16390

bash doc: misspelling "abd" -> "and"

From "Brian Dyson" <brian.dyson@cox.net>
Newsgroups gnu.bash.bug
Subject bash doc: misspelling "abd" -> "and"
Date 2020-06-16 11:49 -0700
Message-ID <mailman.2007.1592334842.2541.bug-bash@gnu.org> (permalink)
References <00bf01d6440e$d01227d0$70367770$@cox.net>

Show all headers | View raw


Minor correct in Bash documentation. The word "and" is misspelled as "abd":

diff --git a/doc/bash.0 b/doc/bash.0
index a062b8ac..b545c98f 100644
--- a/doc/bash.0
+++ b/doc/bash.0
@@ -2465,7 +2465,7 @@ ARITHMETIC EVALUATION
 CONDITIONAL EXPRESSIONS
        Conditional expressions are used by the [[  compound  command  and  the
        test  and [ builtin commands to test file attributes and perform string
-       and arithmetic comparisons.  The test abd [  commands  determine  their
+       and arithmetic comparisons.  The test and [  commands  determine  their
        behavior  based  on  the  number  of arguments; see the descriptions of
        those commands for any other command-specific actions.

diff --git a/doc/bash.1 b/doc/bash.1
index e6cd08db..4ccf1001 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -4498,7 +4498,7 @@ rules above.
 Conditional expressions are used by the \fB[[\fP compound command and
 the \fBtest\fP and \fB[\fP builtin commands to test file attributes
 and perform string and arithmetic comparisons.
-The \fBtest\fP abd \fB[\fP commands determine their behavior based on
+The \fBtest\fP and \fB[\fP commands determine their behavior based on
 the number of arguments; see the descriptions of those commands for any
 other command-specific actions.
 .PP
diff --git a/doc/bash.html b/doc/bash.html
index 3da23fb6..607a1c3a 100644
--- a/doc/bash.html
+++ b/doc/bash.html
@@ -5742,7 +5742,7 @@ rules above.
 Conditional expressions are used by the <B>[[</B> compound command and
 the <B>test</B> and <B>[</B> builtin commands to test file attributes
 and perform string and arithmetic comparisons.
-The <B>test</B> abd <B>[</B> commands determine their behavior based on
+The <B>test</B> and <B>[</B> commands determine their behavior based on
 the number of arguments; see the descriptions of those commands for any
 other command-specific actions.
 <P>

Thanks! ;-D

Brian Dyson

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

bash doc: misspelling "abd" -> "and" "Brian Dyson" <brian.dyson@cox.net> - 2020-06-16 11:49 -0700

csiph-web