Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16239
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Alex Schroeder <alex@alexschroeder.ch> |
| Newsgroups | gnu.bash.bug |
| Subject | Man page typo: "abd" |
| Date | Fri, 24 Apr 2020 19:53:01 +0200 |
| Lines | 32 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.1144.1587753283.3066.bug-bash@gnu.org> (permalink) |
| References | <87lfmkydmq.fsf@alexschroeder.ch> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| X-Trace | usenet.stanford.edu 1587753283 14983 209.51.188.17 (24 Apr 2020 18:34:43 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| X-Report-Abuse | Please report any abuse attempt to abuse@migadu.com and include these headers. |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=alexschroeder.ch; s=default; t=1587750780; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=o/r5w+hh3T5Z1ZHK/zGwj6x/Cpl0P9jCF5wam+eUtQQ=; b=md6a7rjICpDJCHSCY20oQgdIHrF1LeBoTuTgcN8Tv+rFjviuFdwJ8ZPUGuvflE8s4j+DzZ u4rAahTxvA5kCh2yXc5uVcGjwRlooe9KZxHh2VPTmY80+6tojDatvqc57xEPThelcbzjVO A/kKhOYcjrsx/0Ghb0kNJohy3+lft6A= |
| Received-SPF | pass client-ip=91.121.223.63; envelope-from=alex@alexschroeder.ch; helo=out1.migadu.com |
| X-detected-operating-system | by eggs.gnu.org: First seen = 2020/04/24 13:53:05 |
| X-ACL-Warn | Detected OS = Linux 2.2.x-3.x [generic] |
| X-Received-From | 91.121.223.63 |
| X-Mailman-Approved-At | Fri, 24 Apr 2020 14:34:42 -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 <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <87lfmkydmq.fsf@alexschroeder.ch> |
| Xref | csiph.com gnu.bash.bug:16239 |
Show key headers only | View raw
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