From 9706d6898941fa5f975fe7043fc44b7c2f9071e4 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 11 Mar 2005 22:16:17 +0000 Subject: 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 ok deraadt@ "looks good" miod@ Man page tweaks by jmc@ --- usr.bin/tip/tip.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/tip/tip.1') 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 \&~| -- cgit v1.2.3