2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Fix up option declaration modifier documentation.

This commit is contained in:
Ted Lemon 1998-01-11 22:23:40 +00:00
parent 9572f5b8d2
commit d4b26e01cf

View File

@ -230,10 +230,9 @@ needs, several option modifiers are available.
.B default .B default
.I statement .I statement
.PP .PP
\fBdefault { [ \fIoption declaration\fR ] \fBdefault [ \fIoption declaration\fR ] \fB;\fR
[\fB,\fI ... \fIoption declaration\fR ]\fB}\fR
.PP .PP
If for some set of options the client should use the value supplied by If for some option the client should use the value supplied by
the server, but needs to use some default value if no value was supplied the server, but needs to use some default value if no value was supplied
by the server, these values can be defined in the by the server, these values can be defined in the
.B default .B default
@ -243,12 +242,11 @@ statement.
.B supersede .B supersede
.I statement .I statement
.PP .PP
\fBsupersede { [ \fIoption declaration\fR ] \fBsupersede [ \fIoption declaration\fR ] \fB;\fR
[\fB,\fI ... \fIoption declaration\fR ]\fB}\fR
.PP .PP
If for some set of options the client should always use its own value If for some option the client should always use a locally-configured
rather than any value supplied by the server, these values can be value or values rather than whatever is supplied by the server, these
defined in the values can be defined in the
.B supersede .B supersede
statement. statement.
.PP .PP
@ -256,12 +254,11 @@ statement.
.B prepend .B prepend
.I statement .I statement
.PP .PP
\fBprepend { [ \fIoption declaration\fR ] \fBprepend [ \fIoption declaration\fR ] \fB;\fR
[\fB,\fI ... \fIoption declaration\fR ]\fB}\fR
.PP .PP
If for some set of options the client should first a value it If for some option the client should use both a value it
supplies, and then use the values supplied by supplies, and then any values supplied by
the server, if any, these values can be defined in the the server, these values can be defined in the
.B prepend .B prepend
statement. The statement. The
.B prepend .B prepend
@ -272,12 +269,11 @@ allow more than one value to be given.
.B append .B append
.I statement .I statement
.PP .PP
\fBappend { [ \fIoption declaration\fR ] \fBappend [ \fIoption declaration\fR ] \fB;\fR
[\fB,\fI ... \fIoption declaration\fR ]\fB}\fR
.PP .PP
If for some set of options the client should first a value it If for some option the client should first any values supplied
supplies, and then use the values supplied by to it by the server, and then some values it supplies, those values
the server, if any, these values can be defined in the should be defined in the
.B append .B append
statement. The statement. The
.B append .B append