From 52fb511664b61c5f53e9c903230758e791761792 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 31 Mar 1999 21:02:01 +0000 Subject: sh doesn't support <> redirections. PR: 7325 --- bin/sh/sh.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin/sh') diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index cbc377e..61b8aff 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $Id: sh.1,v 1.22 1998/12/02 23:20:11 billf Exp $ +.\" $Id: sh.1,v 1.23 1998/12/18 03:51:18 jkoshy Exp $ .\" .Dd May 5, 1995 .Dt SH 1 @@ -244,7 +244,7 @@ The following is a list of valid operators: & && ( ) ; ;; | || .No \en .It No Redirection operators: -< > >| << >> <& >& <<- <> +< > >| << >> <& >& <<- .El .Ss Quoting Quoting is used to remove the special meaning of certain characters @@ -366,8 +366,6 @@ close stdin (or n) duplicate stdout (or n1) to n2. .It [n]>&- close stdout (or n) -.It [n]<> file -open file for reading and writing on stdin (or n) .El .Pp The following redirection is often called a ``here-document''. -- cgit v1.1