MFC r197848: Clarify quoting of word in ${v=word} in sh(1).

This commit is contained in:
jilles 2010-04-23 19:26:03 +00:00
parent 62840af138
commit f05a23727c

@ -1227,6 +1227,9 @@ In all cases, the
final value of
.Ar parameter
is substituted.
Quoting inside
.Ar word
does not prevent field splitting or pathname expansion.
Only variables, not positional
parameters or special parameters, can be
assigned in this way.