diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 09:10:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 09:10:05 +0000 |
commit | e5377fb3d709abd2d04ba8990e49dc31dc97302a (patch) | |
tree | 47264f35d4f4691f8431ee150d33b0841f336895 /usr.bin/cu/cu.1 | |
parent | 8e2071059fc32b1a9e399868f122d810deebe2b3 (diff) |
Implement ~C.
Diffstat (limited to 'usr.bin/cu/cu.1')
-rw-r--r-- | usr.bin/cu/cu.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index 80b9fd29f22..edf1bb4e549 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.2 2012/07/10 08:16:27 nicm Exp $ +.\" $OpenBSD: cu.1,v 1.3 2012/07/10 09:10:04 nicm Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -113,6 +113,16 @@ to the remote system. Stop .Nm (only available with job control). +.It Ic ~C +Fork a child process on the local system to perform special protocols +such as XMODEM. +The child program will be run with the following arrangement of +file descriptors: +.Bd -literal -offset indent +0 \*(Lt-\*(Gt remote tty in +1 \*(Lt-\*(Gt remote tty out +2 \*(Lt-\*(Gt local tty stderr +.Ed .It Ic ~S Change the speed of the connection. .It Ic ~? |