diff options
author | brian <brian@cvs.openbsd.org> | 1997-12-21 03:15:59 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1997-12-21 03:15:59 +0000 |
commit | 4e1b60c3b8d6d1c82dcd78b145417ea7ab08045f (patch) | |
tree | dd8df97e2129f2659475d934d35022fe536dca12 /usr.sbin/ppp/ppp.8 | |
parent | 9bf4119d083087ab2ef501e3082c00b6532ea7f4 (diff) |
Allow multiple (comma seperated) devices on the "set device" line.
Submitted by: Derek Inksetter <derek@saidev.com>
Diffstat (limited to 'usr.sbin/ppp/ppp.8')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 7641e7faab3..1f4c473052f 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.9 1997/12/21 02:34:21 brian Exp $ +.\" $Id: ppp.8,v 1.10 1997/12/21 03:15:55 brian Exp $ .Dd 20 September 1995 .Os OpenBSD .Dt PPP 8 @@ -1847,8 +1847,8 @@ for security reasons. This sets the authentication id used in client mode PAP or CHAP negotiation. .It set ctsrts This sets hardware flow control and is the default. -.It set device|line value -This sets the device to which +.It set device|line value[,value...] +This sets the device(s) to which .Nm will talk to the given .Dq value . @@ -1868,7 +1868,12 @@ on the given .Dq port . Refer to the section on .Em PPP OVER TCP -above for further details. +above for further details. If multiple +.Dq values +are specified, +.Nm +will attempt to open each one in turn until it succeeds or runs out of +devices. .It set dial chat-script This specifies the chat script that will be used to dial the other side. See also the |