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

[master] Fix typo in dhcp-options.5

Fix typo in dhcp-options.5 to change hostname to domainname.
ticket 37649
This commit is contained in:
Shawn Routhier
2014-12-15 21:01:46 -08:00
parent 491bf4a27f
commit 913d69f6c9

View File

@@ -1384,7 +1384,7 @@ This option should never be set, but it can be read back using the \fBoption\fR
and \fBconfig-option\fR operators in an expression, in which case it returns
all labels after the first label in the \fBfqdn.fqdn\fR suboption - for
example, if the value of \fBfqdn.fqdn\fR is "foo.example.com.",
then \fBfqdn.hostname\fR will be "example.com.". If this suboption value
then \fBfqdn.domainname\fR will be "example.com.". If this suboption value
is not set, it means that an unqualified name was sent in the \fBfqdn\fR option,
or that no \fBfqdn\fR option was sent at all.
.RE