summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-12-15 21:04:20 -0800
committerShawn Routhier <sar@isc.org>2014-12-15 21:04:20 -0800
commit6d2810d81159699e2a0703a44c5af29e9a5c66cc (patch)
treeaf11f1bd7f86533f945b092bfb8c93c6014a2551
parent3da26ea7247dff5960ea2408c4c1f8ed8dcff489 (diff)
downloadisc-dhcp-6d2810d81159699e2a0703a44c5af29e9a5c66cc.tar.gz
[v4_2] Fix typo in dhcp-options.5
Fix typo in dhcp-options.5 to change hostname to domainname. ticket 37649
-rw-r--r--common/dhcp-options.52
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhcp-options.5 b/common/dhcp-options.5
index 58f672d9..1e418ca4 100644
--- a/common/dhcp-options.5
+++ b/common/dhcp-options.5
@@ -1278,7 +1278,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