Author: jilles Date: Sun Jan 4 19:00:39 2015 New Revision: 276662 URL: https://svnweb.freebsd.org/changeset/base/276662
Log: MFC r271936: sh(1): Clarify that assignments before commands do not affect expansions. PR: 193759 Modified: stable/9/bin/sh/sh.1 Directory Properties: stable/9/bin/sh/ (props changed) Modified: stable/9/bin/sh/sh.1 ============================================================================== --- stable/9/bin/sh/sh.1 Sun Jan 4 18:58:51 2015 (r276661) +++ stable/9/bin/sh/sh.1 Sun Jan 4 19:00:39 2015 (r276662) @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd January 3, 2014 +.Dd September 21, 2014 .Dt SH 1 .Os .Sh NAME @@ -569,7 +569,8 @@ the following actions: Leading words of the form .Dq Li name=value are stripped off and assigned to the environment of -the simple command. +the simple command +(they do not affect expansions). Redirection operators and their arguments (as described below) are stripped off and saved for processing. _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"