diff options
| author | John Polstra <jdp@FreeBSD.org> | 2005-11-02 05:47:49 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2005-11-02 05:47:49 +0000 |
| commit | dd6dea0974a7c079eb71817d0d722f94f6afc805 (patch) | |
| tree | 6d3fb3a019a1c91db9dc0cc34f2a9637771ea33c /usr.bin/tip | |
| parent | 16622bffd4a73c4616ff307f0a0ad0c5723b173f (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/tip.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index 4ec0826f6bcb..f1383175ee76 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 |
