Stress that `none'' must be specified on the set callback'

line if callback is to be optional.
Requested by: Andrzej Tobola <san@koziolek.lublin.top.pl>
This commit is contained in:
Brian Somers 1998-10-27 22:53:18 +00:00
parent f5ce88ded8
commit 0460185ddf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40677
2 changed files with 26 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: ppp.8,v 1.128 1998/10/26 19:07:36 brian Exp $
.\" $Id: ppp.8,v 1.129 1998/10/26 19:07:39 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -2730,12 +2730,20 @@ links will stay active until the bundle idle timer expires.
If no arguments are given, callback is disabled, otherwise,
.Nm
will request (or in
.Ar direct
mode, will accept) one of the given protocols. If a request is NAK'd
.Fl direct
mode, will accept) one of the given protocols. In client mode, if a
request is NAK'd
.Nm
will request another, until no options remain at which point
.Nm
will terminate negotiations.
will terminate negotiations. In server mode,
.Nm
will accept any of the given protocols - but the client
.Em must
request one of them. If you wish callback to be optional, you must include
.Ar none
as an option.
.Pp
The options are as follows (in this order of preference):
.Pp
.Bl -tag
@ -2773,7 +2781,7 @@ themselves.
If the peer does not wish to do callback at all,
.Nm
will accept the fact and continue without callback rather than terminating
the connection.
the connection. This is required if you wish callback to be optional.
.El
.Pp
.It set cbcp Op *|number[,number]... Op delay Op retry

View File

@ -1,4 +1,4 @@
.\" $Id: ppp.8,v 1.128 1998/10/26 19:07:36 brian Exp $
.\" $Id: ppp.8,v 1.129 1998/10/26 19:07:39 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -2730,12 +2730,20 @@ links will stay active until the bundle idle timer expires.
If no arguments are given, callback is disabled, otherwise,
.Nm
will request (or in
.Ar direct
mode, will accept) one of the given protocols. If a request is NAK'd
.Fl direct
mode, will accept) one of the given protocols. In client mode, if a
request is NAK'd
.Nm
will request another, until no options remain at which point
.Nm
will terminate negotiations.
will terminate negotiations. In server mode,
.Nm
will accept any of the given protocols - but the client
.Em must
request one of them. If you wish callback to be optional, you must include
.Ar none
as an option.
.Pp
The options are as follows (in this order of preference):
.Pp
.Bl -tag
@ -2773,7 +2781,7 @@ themselves.
If the peer does not wish to do callback at all,
.Nm
will accept the fact and continue without callback rather than terminating
the connection.
the connection. This is required if you wish callback to be optional.
.El
.Pp
.It set cbcp Op *|number[,number]... Op delay Op retry