diff --git a/doc/bashref.texi b/doc/bashref.texi
index 19c56c1..9fa99dc 100644
--- a/doc/bashref.texi
+++ b/doc/bashref.texi
@@ -1795,7 +1795,7 @@ Bash uses the value of the variable formed from the rest
of
expanded and that value is used in the rest of the substitution, rather
than the value of @var{parameter} itself.
This is known as @code{indirect expansion}.
-The exceptions to this are the expansions of $@{!@var{prefix}@*@}
+The exceptions to this are the expansions of $@{!@var{prefix}*@}
and $@{!@var{name}[@@]@}
described below.
The exclamation point must immediately follow the left brace in order to
@@ -8053,7 +8053,7 @@ which matches @var{pattern} and replaces it with
@var{replacement} in
the value of @code{var}, is available (@pxref{Shell Parameter Expansion}).
@item
-The expansion @code{$@{!@var{prefix@}*}} expansion, which expands to
+The expansion @code{$@{!@var{prefix*@}}}, which expands to
the names of all shell variables whose names begin with @var{prefix},
is available (@pxref{Shell Parameter Expansion}).
--
1.7.10.3
Andreas.
--
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."