diff options
| author | jdc <jdc@NetBSD.org> | 2006-11-29 14:45:39 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2006-11-29 14:45:39 +0000 |
| commit | 69ea108b97eacaee527207c22c7d9f303fa02ed3 (patch) | |
| tree | da05537ea1eb2eed26bfbe5876542495d81399ce /usr.bin | |
| parent | 2ee4ce050d541a6fab4e476eb840e0dc0992ff3d (diff) | |
Add missing cu synopsis and options.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tip/tip.1 | 78 |
1 files changed, 46 insertions, 32 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 01e96d485f2..bbf6f77a5e2 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tip.1,v 1.27 2006/04/03 05:56:20 wiz Exp $ +.\" $NetBSD: tip.1,v 1.28 2006/11/29 14:45:39 jdc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 .\" -.Dd April 2, 2006 +.Dd November 29, 2006 .Dt TIP 1 .Os .Sh NAME @@ -38,20 +38,21 @@ .Nd connect to a remote system .Sh SYNOPSIS .Nm -.Op Fl nv +.Op Fl v .Fl Ns Ns Ar speed .Ar system\-name .Nm .Op Fl v .Fl Ns Ns Ar speed .Ar phone\-number -.\" .Nm cu -.\" .Ar phone\-number -.\" .Op Fl t -.\" .Op Fl s Ar speed -.\" .Op Fl a Ar acu -.\" .Op Fl l Ar line -.\" .Op Fl # +.Nm cu +.Op Ar options +.Ar phone\-number +.Nm cu +.Op Ar options +.Dq Ar dir +.Nm cu +.Fl -help .Sh DESCRIPTION .Nm and @@ -63,22 +64,36 @@ They are now frequently used for tasks such as attaching to the serial console of another machine for administrative or debugging purposes. .Pp -The options are as follows: +The following option is available for +.Nm : +.Bl -tag -width 4n +.It Fl v +Set verbose mode. +.El +.Pp +The following options are available for +.Nm cu : .Bl -tag -width 4n .It Fl a Ar acu -Set the acu. +Set the ACU port. +.It Fl c Ar number +Call this number. +.It Fl E Ar char +Use this escape character. .It Fl e -For -.Nm cu , -use even parity. +Use even parity. +.It Fl F Ar flow +Set flow control to +.Ar hard , +.Ar soft +or +.Ar none. +.It Fl f +Use no flow control. .It Fl h -For -.Nm cu , -echo characters locally (half-duplex mode). +Echo characters locally (half-duplex mode). .It Fl l Ar line -For -.Nm cu , -specify the line to use. +Specify the line to use. Either of the forms like .Pa tty00 or @@ -87,20 +102,19 @@ are permitted. .It Fl n No escape (disable tilde). .It Fl o -For -.Nm cu , -use odd parity. +Use odd parity. +.It Fl P Ar parity +Set parity to +.Ar even +or +.Ar odd. +.It Fl p Ar acu +Set the ACU port. .It Fl s Ar speed -For -.Nm cu , -set the speed of the connection. +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. +Connect via a hard-wired connection to a host on a dial-up line. .El .Pp For |
