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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to