summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-31 21:02:01 +0000
committerbrian <brian@FreeBSD.org>1999-03-31 21:02:01 +0000
commit52fb511664b61c5f53e9c903230758e791761792 (patch)
tree1f468ab4a695c8846a7b4c74c1273f29824cb8ba /bin/sh
parenta67930a4f04eba2fb1701e67891048e82107cf9f (diff)
downloadFreeBSD-src-52fb511664b61c5f53e9c903230758e791761792.zip
FreeBSD-src-52fb511664b61c5f53e9c903230758e791761792.tar.gz
sh doesn't support <> redirections.
PR: 7325
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/sh.16
1 files changed, 2 insertions, 4 deletions
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''.
OpenPOWER on IntegriCloud