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

This commit is contained in:
Jilles Tjoelker 2009-10-07 22:21:53 +00:00
parent dec5a150d1
commit b139165ca6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197848

View File

@ -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.