diff options
-rw-r--r-- | usr.bin/tip/tip.1 | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 7eb116854a6..d3544302b5e 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.21 2003/01/10 11:38:19 fgsch Exp $ +.\" $OpenBSD: tip.1,v 1.22 2003/01/28 04:43:12 millert Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -78,6 +78,14 @@ The options are as follows: .Bl -tag -width 4n .It Fl a Ar acu Set the acu. +.It Fl e +For +.Nm cu , +use even parity. +.It Fl h +For +.Nm cu , +echo characters locally (half-duplex mode). .It Fl l Ar line For .Nm cu , @@ -88,14 +96,31 @@ or are permitted. .It Fl n No escape (disable tilde). +.It Fl o +For +.Nm cu , +use odd parity. .It Fl s Ar speed For .Nm cu , set the speed of the connection. Defaults to 9600. +.It Fl t +For +.Nm cu , +connect via a hard-wired connection to a host on a dial-up line. .It Fl v Set verbose mode. .El .Pp +For +.Nm cu , +if both +.Fl e +and +.Fl o +are given, then no parity is used. +This is the default behaviour. +.Pp If .Ar speed is specified it will override any baudrate specified in the system |