=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.1,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/tip/Attic/tip.1 2003/09/04 22:14:43 1.28 +++ src/usr.bin/tip/Attic/tip.1 2003/09/20 18:15:32 1.29 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.28 2003/09/04 22:14:43 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.29 2003/09/20 18:15:32 millert Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -342,8 +342,8 @@ .Dq eofwrite variables are used to recognize end-of-file when reading, and specify end-of-file when writing (see below). -File transfers normally depend on tandem mode for flow control. -If the remote system does not support tandem mode, +File transfers normally depend on hardwareflow or tandem mode for flow control. +If the remote system does not support hardwareflow or tandem mode, .Dq echocheck may be set to indicate .Nm @@ -474,6 +474,12 @@ (num) The amount of data (in bytes) to buffer between filesystem writes when receiving files; abbreviated .Ar fr . +.It Ar hardwareflow +(bool) Whether hardware flow control (CRTSCTS) is enabled for the +connection; abbreviated +.Ar hf ; +default value is +.Ql off . .It Ar host (str) The name of the host to which you are connected; abbreviated .Ar ho . @@ -536,6 +542,18 @@ default value is .Ar false . Each tab is expanded to 8 spaces. +.It Ar tandem +(bool) Use XON/XOFF flow control to throttle data from the remote host; +abbreviated +.Ar ta . +The default value is +.Ar true +unless the +.Ar nt +capability has been specified in +.Pa /etc/remote , +in which case the default value is +.Ar false. .It Ar verbose (bool) Verbose mode; abbreviated .Ar verb ;