From c853eed9d28890e186fce3868777bad5771ae3e0 Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 4 Jan 2015 19:00:39 +0000 Subject: [PATCH] MFC r271936: sh(1): Clarify that assignments before commands do not affect expansions. PR: 193759 git-svn-id: svn://svn.freebsd.org/base/stable/9@276662 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- bin/sh/sh.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index b934aebec..983e0511e 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. -- 2.45.0