summaryrefslogtreecommitdiff
path: root/man/1/sh-std
diff options
context:
space:
mode:
Diffstat (limited to 'man/1/sh-std')
-rw-r--r--man/1/sh-std15
1 files changed, 4 insertions, 11 deletions
diff --git a/man/1/sh-std b/man/1/sh-std
index 7a07399f..b3367c7f 100644
--- a/man/1/sh-std
+++ b/man/1/sh-std
@@ -463,17 +463,10 @@ its standard input is connected; otherwise file descriptor
is connected.
.B Pipe
yields the name of a file that can be opened to access
-the other end of the pipe. This allows the construction
-of non-linear pipelines. For example, the following runs two commands
-.B old
-and
-.B new
-and uses
-.B cmp
-to compare their outputs
-.EX
- cmp ${pipe from {old}} ${pipe from {new}}
-.EE
+the other end of the pipe. Note that this command is now
+deprecated in favour of the
+.B <{}
+redirection operator built in to the shell.
.TP
.B ${split}
.B Split