diff options
author | jilles <jilles@FreeBSD.org> | 2009-10-07 22:21:53 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2009-10-07 22:21:53 +0000 |
commit | f2ab3f74a4c388f86d2fc08af9562e5c6ad71a89 (patch) | |
tree | 9142894cb6a0023788a07e43705338cae3d87727 /bin/sh/sh.1 | |
parent | 369bb1982a5283cb9da44aa5dba0e7b05aa8a8b0 (diff) | |
download | FreeBSD-src-f2ab3f74a4c388f86d2fc08af9562e5c6ad71a89.zip FreeBSD-src-f2ab3f74a4c388f86d2fc08af9562e5c6ad71a89.tar.gz |
Clarify quoting of word in ${v=word} in sh(1).
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 2739dcc..937fda7 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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. |