Change manual page (as OpenBSD did) to reflect the actual arrangement of

file descriptors with ~C, instead of some weird ancient arrangement.

Document ~+ as a synonym for ~C.
This commit is contained in:
tls 2006-04-02 03:15:02 +00:00
parent b389579aca
commit 40bdc77642
1 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tip.1,v 1.22 2006/03/29 12:37:59 yamt Exp $
.\" $NetBSD: tip.1,v 1.23 2006/04/02 03:15:02 tls Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -146,17 +146,18 @@ system is processed by the shell.
.It Ic \&~C
Fork a child process on the local system to perform special protocols
such as \s-1XMODEM\s+1.
The child program will be run with the following
somewhat unusual arrangement of file descriptors:
The child program will be run with the following
arrangement of file descriptors:
.nf
.in +1i
0 \*[Lt]-\*[Gt] local tty in
1 \*[Lt]-\*[Gt] local tty out
0 \*[Lt]-\*[Gt] remote tty in
1 \*[Lt]-\*[Gt] remote tty out
2 \*[Lt]-\*[Gt] local tty out
3 \*[Lt]-\*[Gt] remote tty in
4 \*[Lt]-\*[Gt] remote tty out
.in -1i
.fi
.It Ic \&~+
Synonym for \&~C, provided for compatibility with other versions of
.Nm cu .
.It Ic \&~#
Send a
.Dv BREAK