Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16239
| From | Alex Schroeder <alex@alexschroeder.ch> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Man page typo: "abd" |
| Date | 2020-04-24 19:53 +0200 |
| Message-ID | <mailman.1144.1587753283.3066.bug-bash@gnu.org> (permalink) |
| References | <87lfmkydmq.fsf@alexschroeder.ch> |
I hope this is the right place to fix it. Thanks for bash. :) Cheers Alex >From 1ff12f30e83762bea2ca0c1b09c240ab2d1086ca Mon Sep 17 00:00:00 2001 From: Alex Schroeder <alex@gnu.org> Date: Fri, 24 Apr 2020 19:51:25 +0200 Subject: [PATCH] Bash-5.0 patch 18: fix typo in the man page --- doc/bash.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1
Back to gnu.bash.bug | Previous | Next | Find similar
Man page typo: "abd" Alex Schroeder <alex@alexschroeder.ch> - 2020-04-24 19:53 +0200
csiph-web