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 | |
parent | b3297db76a0d82f09e6418259693beff1b99b895 (diff) |
document that tip(1) can set the line discipline.
ok deraadt
-rw-r--r-- | share/man/man5/remote.5 | 6 | ||||
-rw-r--r-- | usr.bin/tip/cu.1 | 5 | ||||
-rw-r--r-- | usr.bin/tip/tip.1 | 5 |
3 files changed, 13 insertions, 3 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 diff --git a/usr.bin/tip/cu.1 b/usr.bin/tip/cu.1 index 806c34030b0..09b6128fc1a 100644 --- a/usr.bin/tip/cu.1 +++ b/usr.bin/tip/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.2 2006/05/30 19:53:47 jmc Exp $ +.\" $OpenBSD: cu.1,v 1.3 2006/06/07 06:35:59 mbalmer Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -362,6 +362,9 @@ default value is .It Ar host (str) The name of the host to which you are connected; abbreviated .Ar ho . +.It Ar linedisc +(num) The line discipline to use; abbreviated +.Ar ld . .It Ar prompt (char) The character which indicates an end-of-line on the remote host; abbreviated diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index f59c23238c1..1c072208aa2 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.36 2006/05/30 19:53:47 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.37 2006/06/07 06:35:59 mbalmer Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -422,6 +422,9 @@ default value is .It Ar host (str) The name of the host to which you are connected; abbreviated .Ar ho . +.It Ar linedisc +(num) The line discipline to use; abbreviated +.Ar ld . .It Ar prompt (char) The character which indicates an end-of-line on the remote host; abbreviated |