Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15364 > unrolled thread

imprecise wording in builtin usage

Started byRoland Illig <roland.illig@gmx.de>
First post2019-09-15 21:11 +0200
Last post2019-09-15 21:11 +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.


Contents

  imprecise wording in builtin usage Roland Illig <roland.illig@gmx.de> - 2019-09-15 21:11 +0200

#15364 — imprecise wording in builtin usage

FromRoland Illig <roland.illig@gmx.de>
Date2019-09-15 21:11 +0200
Subjectimprecise wording in builtin usage
Message-ID<mailman.298.1568574719.2190.bug-bash@gnu.org>
In builtins.c, there is:

"getopts optstring name [arg]"

The "[arg]" should be replaced with "[arg ...]".

In the same file there is:

"exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"

The "arguments" should be replaced with "argument", since the "..."
already says that there can be many.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web