Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: "Brian Dyson" Newsgroups: gnu.bash.bug Subject: bash doc: misspelling "abd" -> "and" Date: Tue, 16 Jun 2020 11:49:04 -0700 Lines: 53 Approved: bug-bash@gnu.org Message-ID: References: <00bf01d6440e$d01227d0$70367770$@cox.net> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1592334843 31414 209.51.188.17 (16 Jun 2020 19:14:03 GMT) X-Complaints-To: action@cs.stanford.edu To: Envelope-to: bug-bash@gnu.org Authentication-Results: cox.net; auth=pass (LOGIN) smtp.auth=brian.dyson@cox.net X-Authority-Analysis: v=2.4 cv=Bdxmbph2 c=1 sm=1 tr=0 ts=5ee91436 a=msuDLfLy99XoOmKInkELpg==:117 a=msuDLfLy99XoOmKInkELpg==:17 a=IkcTkHD0fZMA:10 a=N8Cpgxd_uEbwHJPJm54A:9 a=rVBO3W_PoQqkn0TC:21 a=Wd_mquqcp03Z8blc:21 a=QEXdDO2ut3YA:10 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdZEDsepWooR5PYmQliIuI778xyp6Q== Content-Language: en-us X-CMAE-Envelope: MS4xfI4ZmXQOS81zF3VljOFEpOMU1BX7BcP1fJekDkJXhmemtJh4AOW1tMyg2Uqq9KhKJ4QvPuDt3Yko49GCWi+kjWOeqdtH64l6jaitXu5iLoP4i435ZNnR wok3adlstzyhmtn0fLQtF9OFnd5dVSXzaAnaSYDK+9t/b0Q2BK3egRblflwuM7kdVzVF8srjcljYxQ== Received-SPF: pass client-ip=34.195.253.205; envelope-from=brian.dyson@cox.net; helo=omta014.useast.a.cloudfilter.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/16 14:49:26 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_05=-0.5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Tue, 16 Jun 2020 15:14:01 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <00bf01d6440e$d01227d0$70367770$@cox.net> Xref: csiph.com gnu.bash.bug:16390 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 [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons. -The test abd [ commands determine their behavior based on +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.

Thanks! ;-D Brian Dyson