diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-24 09:30:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-24 09:30:12 +0000 |
commit | 67a7f7796b520380094d7ee5ffe9ca09e0ff7446 (patch) | |
tree | d9105f661078303f69f2ffe0720013a5d922dbc0 /usr.sbin/ppp/pppctl/pppctl.8 | |
parent | 75c5f40f79648bc07cce551c4a1871c8a2e7b2b4 (diff) |
- sort options
- sync usage()
Diffstat (limited to 'usr.sbin/ppp/pppctl/pppctl.8')
-rw-r--r-- | usr.sbin/ppp/pppctl/pppctl.8 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8 index 33d40e85f7f..e6c1a0fea74 100644 --- a/usr.sbin/ppp/pppctl/pppctl.8 +++ b/usr.sbin/ppp/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppctl.8,v 1.13 2004/03/16 21:21:16 jmc Exp $ +.\" $OpenBSD: pppctl.8,v 1.14 2004/05/24 09:30:11 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org> .\" All rights reserved. @@ -34,10 +34,10 @@ .Nm pppctl .Bk -words .Op Fl v -.Op Fl t Ar n .Op Fl p Ar passwd +.Op Fl t Ar n .Xo -.Oo Ar host Ns : Oc Ar port No \&| +.Oo Ar host : Oc Ar port No \&| .Ar LocalSocket .Xc .Op Ar command Op ; Ns Ar command ... @@ -107,29 +107,29 @@ defining editing behaviour). The history size defaults to 20 lines. .Pp The following command line options are available: -.Bl -tag -width Ds -.It Fl v -Display all data sent to and received from the +.Bl -tag -width "-p passwd " +.It Fl p Ar passwd +Specify the password required by the .Xr ppp 8 daemon. -Normally, +If this switch is not used, .Nm -displays only non-prompt lines received. -This option is ignored in interactive mode. +will prompt for a password once it has successfully connected to +.Xr ppp 8 . .It Fl t Ar n Use a timeout of .Ar n instead of the default 2 seconds when connecting. This may be required if you wish to control a daemon over a slow (or even a dialup) link. -.It Fl p Ar passwd -Specify the password required by the +.It Fl v +Display all data sent to and received from the .Xr ppp 8 daemon. -If this switch is not used, +Normally, .Nm -will prompt for a password once it has successfully connected to -.Xr ppp 8 . +displays only non-prompt lines received. +This option is ignored in interactive mode. .El .Sh ENVIRONMENT The following environment variables are understood by |