Small edit to n1>&n2 description.

This commit is contained in:
ross 1998-07-04 06:52:07 +00:00
parent 0a1e71abf1
commit 69228f8bd8

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sh.1,v 1.22 1997/11/05 14:05:31 kleink Exp $
.\" $NetBSD: sh.1,v 1.23 1998/07/04 06:52:07 ross Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -367,8 +367,7 @@ file descriptor n2.
Close standard input (or n).
.TP
[n1]>&n2
Duplicate standard output (or n) from
n2.
Duplicate standard output (or n1) from n2.
.TP
[n]>&-
Close standard output (or n).