change grammar for select command to use compound_list

This commit is contained in:
Chet Ramey
2021-04-06 11:37:01 -04:00
parent 8f485ff84c
commit 0e51345317
8 changed files with 49 additions and 21 deletions
+2 -2
View File
@@ -549,8 +549,8 @@ If the current locale is @code{C} or @code{POSIX},
or if there are no translations available,
the dollar sign is ignored, and the shell doesn't attempt to translate the
string.
If the string is translated and replaced, the replacement
remains double-quoted.
Since this is a form of quoting, the string always remains double-quoted,
whether or not it is translated and replaced.
The rest of this section is a brief overview of how you use gettext to
create translations for strings in a shell script named @var{scriptname}.