diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-03-11 22:16:17 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-03-11 22:16:17 +0000 |
commit | 9706d6898941fa5f975fe7043fc44b7c2f9071e4 (patch) | |
tree | 0b04bc0b5b03711049b7bfd93e0813c04f438b21 /usr.bin/tip/tip.1 | |
parent | 3e1d898d51a22e30ab36a924ef7dae0cd75f2ec9 (diff) |
PR 4135: detect illegal frame sizes; fix file transfer when using
emecs editing mode on the remote end; print [EOT] on ~. again, by
making tip_abort able to finish. Largely from Hugo Villeneuve
<harpagon at jwales dot EINTR dotnet> ok deraadt@ "looks good" miod@
Man page tweaks by jmc@
Diffstat (limited to 'usr.bin/tip/tip.1')
-rw-r--r-- | usr.bin/tip/tip.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 0c4ecded60a..4f3a6c0322e 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.31 2004/11/07 18:19:53 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.32 2005/03/11 22:16:16 otto Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -182,7 +182,7 @@ host. The put command causes the remote .Ux system to run the command string -.Dq cat > 'to' , +.Ic cat > 'to' , while .Nm sends it the @@ -208,7 +208,7 @@ file defaults to the .Dq from file name if it isn't specified. The remote host executes the command string -.Dq cat 'from';echo ^A +.Ic cat 'from';echo ''|tr '\e012' '\e01' to send the file to .Nm tip . .It Ic \&~| |