From 60ad876a43e4aa7ac361c531bd5b539c825668e9 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 12 Dec 2002 11:50:40 +0000 Subject: [PATCH] `` [n1]>&n2 Duplicate standard output (or n1) _TO_ n2.'' --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 112d6b14300c..be8c8d4e6848 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: sh.1,v 1.52 2002/10/02 10:01:46 wiz Exp $ +.\" $NetBSD: sh.1,v 1.53 2002/12/12 11:50:40 uebayasi Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -409,7 +409,7 @@ Duplicate standard input (or n1) from file descriptor n2. .It [n] Ns \*[Lt]\*[Am]- Close standard input (or n). .It [n1] Ns \*[Gt]\*[Am] Ns n2 -Duplicate standard output (or n1) from n2. +Duplicate standard output (or n1) to n2. .It [n] Ns \*[Gt]\*[Am]- Close standard output (or n). .It [n] Ns \*[Lt]\*[Gt] file