diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 12:47:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-10 12:47:24 +0000 |
commit | 602ccbf5d4f2fbfc7cb76196edf416ee39629434 (patch) | |
tree | 737f9823f3bb2930e8419cb4091ac5d24023cba3 /usr.bin/cu/cu.1 | |
parent | ba89989533bd55a701b857e20f5002ad0b3521f1 (diff) |
Add ~R command to start recording output to a file.
Diffstat (limited to 'usr.bin/cu/cu.1')
-rw-r--r-- | usr.bin/cu/cu.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index e37cb2d7720..347af77180d 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.4 2012/07/10 11:42:02 nicm Exp $ +.\" $OpenBSD: cu.1,v 1.5 2012/07/10 12:47:23 nicm Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -123,6 +123,10 @@ file descriptors: 1 \*(Lt-\*(Gt remote tty out 2 \*(Lt-\*(Gt local tty stderr .Ed +.It Ic ~R +Record all output from the remote system to a file. +If the given file already exists, it is appended to. +If no file is specified, any existing recording is stopped. .It Ic ~S Change the speed of the connection. .It Ic ~X |