svn commit: r197848 - head/bin/sh
Jilles Tjoelker
jilles at FreeBSD.org
Wed Oct 7 22:21:54 UTC 2009
Author: jilles
Date: Wed Oct 7 22:21:53 2009
New Revision: 197848
URL: http://svn.freebsd.org/changeset/base/197848
Log:
Clarify quoting of word in ${v=word} in sh(1).
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1 Wed Oct 7 21:14:45 2009 (r197847)
+++ head/bin/sh/sh.1 Wed Oct 7 22:21:53 2009 (r197848)
@@ -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.
More information about the svn-src-all
mailing list