sh(1): Clarify that assignments before commands do not affect expansions.

PR:		193759
MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2014-09-21 20:34:54 +00:00
parent 137a165dd3
commit 000dda7b47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271936

View File

@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
.Dd September 4, 2014
.Dd September 21, 2014
.Dt SH 1
.Os
.Sh NAME
@ -590,7 +590,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.