diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 08:16:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 08:16:28 +0000 |
commit | 322117d7596d6b7b5910afab1f88826c59556abe (patch) | |
tree | 25532f1c22b8faffd7f537422a55ab70f0cdd3c2 /usr.bin/cu/cu.1 | |
parent | 987bf588ac046de0e2a20e1f62985ac0fc03876a (diff) |
Add a ~S escape to change the speed interactively (not using ~s since
may want to use it for variables later).
Diffstat (limited to 'usr.bin/cu/cu.1')
-rw-r--r-- | usr.bin/cu/cu.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index b5568259e63..80b9fd29f22 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.1 2012/07/10 08:02:27 nicm Exp $ +.\" $OpenBSD: cu.1,v 1.2 2012/07/10 08:16:27 nicm Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -113,6 +113,8 @@ to the remote system. Stop .Nm (only available with job control). +.It Ic ~S +Change the speed of the connection. .It Ic ~? Get a summary of the tilde escapes. .El |