Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15390
| From | "Christopher Chittleborough" <cchittleborough@cluemail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | [Patch] (tiny problem) bad short_doc for % command |
| Date | 2019-09-21 17:45 +1000 |
| Message-ID | <mailman.728.1569071355.2190.bug-bash@gnu.org> (permalink) |
| References | <f05218ed-a8f4-46f3-948e-46997cef7c5b@www.fastmail.com> |
[Multipart message — attachments visible in raw view] - view raw
The command "help -s %" outputs
%: job_spec [&]
when it should output
%: % job_spec [&]
because the $SHORT_DOC for "%" in builtins/reserved.def is wrong.
The attached patch fixes this.
BTW, this is not the smallest bug ever reported:
see https://sourceware.org/bugzilla/show_bug.cgi?id=21399
Cheers -- Chris
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
[Patch] (tiny problem) bad short_doc for % command "Christopher Chittleborough" <cchittleborough@cluemail.com> - 2019-09-21 17:45 +1000
csiph-web