diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-04 19:00:39 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-04 19:00:39 +0000 |
| commit | d8cb2f7e2d83d783529b578a496aad734f17bf0f (patch) | |
| tree | 8debec7f2424d3311b341b516bd0ca5a695b1e21 /bin | |
| parent | 3c1510e2ae2c681d407ce1139165dcbb988de662 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index b934aebecc6d..983e0511ec92 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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. |
