Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11409
| From | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: In the bash man page the entry for the 'read' command has two spaces after it instead of one. |
| Date | 2015-08-21 16:02 +0200 |
| Message-ID | <mailman.92.1440165782.31004.bug-bash@gnu.org> (permalink) |
| References | <CAFHfY1YH0S+h+DL241gcmUAQeZOFrAf_OTFwjvMs6r9_dLiJyw@mail.gmail.com> |
Jerry Marbas <jerry.marbas@gmail.com> writes:
> I use the manpage of bash a lot and when I want to find a command I usually type: <command> \[
> But for 'read' entry has two spaces between 'read' and the '[' making me type: read \[
Try searching for '^ {7}read ' instead. There are commands that aren't
followed by options in the description.
> Remove the extra space.
The extra space is part of justifying the text. Depending on the line
length there may be different amount of space to spread out.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Back to gnu.bash.bug | Previous | Next | Find similar
Re: In the bash man page the entry for the 'read' command has two spaces after it instead of one. Andreas Schwab <schwab@linux-m68k.org> - 2015-08-21 16:02 +0200
csiph-web