diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-07 06:36:00 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-07 06:36:00 +0000 |
commit | b1b2ecc721eb4af942b63cddb2b3ae2552ebeb0e (patch) | |
tree | f659a756706e5814bb3370744c39db120aded3d6 /share | |
parent | b3297db76a0d82f09e6418259693beff1b99b895 (diff) |
document that tip(1) can set the line discipline.
ok deraadt
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/remote.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5 index 350f5b4cb23..6611924df68 100644 --- a/share/man/man5/remote.5 +++ b/share/man/man5/remote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: remote.5,v 1.16 2006/01/01 22:44:12 djm Exp $ +.\" $OpenBSD: remote.5,v 1.17 2006/06/07 06:35:59 mbalmer Exp $ .\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -219,6 +219,10 @@ connection with the remote host. Input end-of-file marks. The default is .Dv NULL . +.It Sy \&ld +(num) +line discipline to use for remote tty. +The default is to use the termios(4) line discipline. .It Sy \&nb (bool) Initialize the |