Tiny documentation typo

2020-01-17 Thread Andy Goth
I spotted a tiny typo in the documentation for bash-5.0.11, figured I'd 
submit a patch while I was thinking about it.  I mean, that's how stuff 
gets fixed, right?  Here goes:


--- ../bash-5.0/doc/bash.1  2019-01-02 08:14:30.0 -0600
+++ ./doc/bash.12020-01-17 16:42:11.739809420 -0600
@@ -4498,7 +4498,7 @@
 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

--
Andy Goth | 



Re: Tiny documentation typo

2020-01-17 Thread Andy Goth

On 2020-01-17 16:47, Andy Goth wrote:

I spotted a tiny typo in the documentation for bash-5.0.11


Oh yes, there's also a file called bash.0 that needs to be kept in sync 
with bash.1.  It's probably generated by a script to make the release 
distribution *.tar.gz files.  I'm better off not giving a patch for it 
for that reason, also since it contains backspaces that have no chance 
of surviving being pasted into an email, and I don't want to try file 
attachments on a mailing list.


--
Andy Goth |