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 /usr.bin/tip | |
parent | b3297db76a0d82f09e6418259693beff1b99b895 (diff) |
document that tip(1) can set the line discipline.
ok deraadt
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/cu.1 | 5 | ||||
-rw-r--r-- | usr.bin/tip/tip.1 | 5 |
2 files changed, 8 insertions, 2 deletions
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 |