Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16239 > unrolled thread
| Started by | Alex Schroeder <alex@alexschroeder.ch> |
|---|---|
| First post | 2020-04-24 19:53 +0200 |
| Last post | 2020-04-24 19:53 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Man page typo: "abd" Alex Schroeder <alex@alexschroeder.ch> - 2020-04-24 19:53 +0200
| From | Alex Schroeder <alex@alexschroeder.ch> |
|---|---|
| Date | 2020-04-24 19:53 +0200 |
| Subject | Man page typo: "abd" |
| Message-ID | <mailman.1144.1587753283.3066.bug-bash@gnu.org> |
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 top | Article view | gnu.bash.bug
csiph-web