mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
Fix up documentation for append and prepend statements.
This commit is contained in:
parent
af6df788ab
commit
ea2ee1fd84
@ -236,14 +236,15 @@ statement.
|
|||||||
.PP
|
.PP
|
||||||
\fBprepend [ \fIoption declaration\fR ] \fB;\fR
|
\fBprepend [ \fIoption declaration\fR ] \fB;\fR
|
||||||
.PP
|
.PP
|
||||||
If for some option the client should use both a value it
|
If for some set of options the client should use a value you
|
||||||
supplies, and then any values supplied by
|
supply, and then use the values supplied by
|
||||||
the server, these values can be defined in the
|
the server, if any, these values can be defined in the
|
||||||
.B prepend
|
.B prepend
|
||||||
statement. The
|
statement. The
|
||||||
.B prepend
|
.B prepend
|
||||||
statement can only be used for options which
|
statement can only be used for options which
|
||||||
allow more than one value to be given.
|
allow more than one value to be given. This restriction is not
|
||||||
|
enforced - if you ignore it, the behaviour will be unpredictable.
|
||||||
.PP
|
.PP
|
||||||
.I The
|
.I The
|
||||||
.B append
|
.B append
|
||||||
@ -251,14 +252,15 @@ allow more than one value to be given.
|
|||||||
.PP
|
.PP
|
||||||
\fBappend [ \fIoption declaration\fR ] \fB;\fR
|
\fBappend [ \fIoption declaration\fR ] \fB;\fR
|
||||||
.PP
|
.PP
|
||||||
If for some option the client should first any values supplied
|
If for some set of options the client should first use the values
|
||||||
to it by the server, and then some values it supplies, those values
|
supplied by the server, if any, and then use values you supply, these
|
||||||
should be defined in the
|
values can be defined in the
|
||||||
.B append
|
.B append
|
||||||
statement. The
|
statement. The
|
||||||
.B append
|
.B append
|
||||||
statement can only be used for options which
|
statement can only be used for options which
|
||||||
allow more than one value to be given.
|
allow more than one value to be given. This restriction is not
|
||||||
|
enforced - if you ignore it, the behaviour will be unpredictable.
|
||||||
.SH LEASE DECLARATIONS
|
.SH LEASE DECLARATIONS
|
||||||
.PP
|
.PP
|
||||||
.I The
|
.I The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user