summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodetypes
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r--bin/sh/nodetypes6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes
index 5f33a17..a2b12bf 100644
--- a/bin/sh/nodetypes
+++ b/bin/sh/nodetypes
@@ -33,8 +33,8 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# @(#)nodetypes 8.1 (Berkeley) 5/31/93
-# $Id$
+# @(#)nodetypes 8.2 (Berkeley) 5/4/95
+# $Id: nodetypes,v 1.2 1994/09/24 02:58:03 davidg Exp $
# This file describes the nodes used in parse trees. Unindented lines
# contain a node type followed by a structure tag. Subsequent indented
@@ -131,6 +131,8 @@ NFROMFD ndup # fd>&dupfd
next nodeptr # next redirection in list
fd int # file descriptor being redirected
dupfd int # file descriptor to duplicate
+ vname nodeptr # file name if fd>&$var
+
NHERE nhere # fd<<\!
NXHERE nhere # fd<<!
OpenPOWER on IntegriCloud