diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-20 18:15:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-20 18:15:33 +0000 |
commit | e70354929e99fcb6c23584851628242c3f4a4f22 (patch) | |
tree | 491b16c75632608846676443e224de7d78b8302a /share | |
parent | c283807d8d5a5d45d5fa910beaa4c4eb8ba90af7 (diff) |
Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.
Based on PR 3411 from Matthew Gream
Also document "tandem" variable (XON/XOFF) in tip man page.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/remote.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5 index 1fea352d3af..c22836a8930 100644 --- a/share/man/man5/remote.5 +++ b/share/man/man5/remote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: remote.5,v 1.13 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: remote.5,v 1.14 2003/09/20 18:15:32 millert Exp $ .\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -204,6 +204,16 @@ The default frame size is equal to .It Sy \&hd (bool) The host uses half-duplex communication, local echo should be performed. +.It Sy \&hf +(bool) +Initialize the +.Xr tip 1 +variable +.Dq hardwareflow +to +.Sy on , +so that hardware flow control (CRTSCTS) will be used for the +connection with the remote host. .It Sy \&ie (str) Input end-of-file marks. |