summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2005-11-02 05:47:49 +0000
committerjdp <jdp@FreeBSD.org>2005-11-02 05:47:49 +0000
commit5a81eebcee6e102fd8df655042b5b6d383bddc1c (patch)
tree6d3fb3a019a1c91db9dc0cc34f2a9637771ea33c /usr.bin/tip
parentd568fc134aeec9ca9c12505f81ed87af0ddd2ad5 (diff)
downloadFreeBSD-src-5a81eebcee6e102fd8df655042b5b6d383bddc1c.zip
FreeBSD-src-5a81eebcee6e102fd8df655042b5b6d383bddc1c.tar.gz
Fix an erroneous description of the file descriptor assignments for
the "~C" command. MFC After: 1 week
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip/tip.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1
index 4ec0826..f138317 100644
--- a/usr.bin/tip/tip/tip.1
+++ b/usr.bin/tip/tip/tip.1
@@ -221,14 +221,12 @@ system is processed by the shell.
Fork a child process on the local system to perform special protocols
such as
.Tn XMODEM .
-The child program will be run with the following somewhat unusual
+The child program will be run with the following
arrangement of file descriptors:
.Bd -literal -offset indent
-0 <-> local tty in
-1 <-> local tty out
+0 <-> remote tty in
+1 <-> remote tty out
2 <-> local tty out
-3 <-> remote tty in
-4 <-> remote tty out
.Ed
.It Ic ~#
Send a
OpenPOWER on IntegriCloud