summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2019-04-01 08:37:21 +0000
committerkrw <krw@openbsd.org>2019-04-01 08:37:21 +0000
commit7b5e7af21b9c349e5374d704871364aabd805c50 (patch)
tree5d9fe589ffa17df9e41e0c50977d71ce318c1f53 /usr.sbin/dhcpd
parentvmm(4): Don't advertise support for MCE/MCA since we don't implement (diff)
downloadwireguard-openbsd-7b5e7af21b9c349e5374d704871364aabd805c50.tar.xz
wireguard-openbsd-7b5e7af21b9c349e5374d704871364aabd805c50.zip
Correct the documentation of relay-agent-information,
nds-context and nds-tree-name to show that they are parsed as data-string ('X') and not string ('t'). Correct the documentation of dhcp-option-overload to show that it is parsed as a single uint8, not an array of uint8s.
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r--usr.sbin/dhcpd/dhcp-options.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5
index 4e6b5652ad8..274ca96ddb5 100644
--- a/usr.sbin/dhcpd/dhcp-options.5
+++ b/usr.sbin/dhcpd/dhcp-options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcp-options.5,v 1.23 2018/02/28 19:49:33 matthieu Exp $
+.\" $OpenBSD: dhcp-options.5,v 1.24 2019/04/01 08:37:21 krw Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: February 28 2018 $
+.Dd $Mdocdate: April 1 2019 $
.Dt DHCP-OPTIONS 5
.Os
.Sh NAME
@@ -225,7 +225,7 @@ DHCPREQUEST messages, but should not use the option in DHCPDECLINE messages.
This option is used to convey the type of the DHCP message.
Values: 1=DHCPDISCOVER, 2=DHCPOFFER, 3=DHCPREQUEST, 4=DHCPDECLINE, 5=DHCPACK,
6=DHCPNAK, 7=DHCPRELEASE, 8=DHCPINFORM.
-.It Ic option dhcp-option-overload Ar uint8 Oo , Ar uint8 ... Oc ;
+.It Ic option dhcp-option-overload Ar uint8 ;
This option is used to indicate that the DHCP 'sname' or 'file' fields are
being overloaded by using them to carry DHCP options.
A DHCP server inserts this option if the returned parameters will exceed
@@ -358,7 +358,7 @@ This option specifies a list of IP addresses indicating Mobile IP
home agents available to the client.
Agents should be listed in order of preference, although normally there
will be only one such agent.
-.It Ic option nds-context Ar string ;
+.It Ic option nds-context Ar data-string ;
This option specifies the initial NDS context the client should use.
NDS contexts are 16-bit Unicode strings.
For transmission in the NDS Context Option, an NDS context is
@@ -377,7 +377,7 @@ This option specifies one or more NDS servers for the client to contact
for access to the NDS database.
Servers should be listed in order of preference.
See RFC 2241 for details.
-.It Ic option nds-tree-name Ar string ;
+.It Ic option nds-tree-name Ar data-string ;
This option specifies the name of the NDS tree the client will be contacting.
NDS tree names are 16-bit Unicode strings.
For transmission in the NDS Tree Name Option, an NDS tree name is
@@ -477,7 +477,7 @@ The
.Ic pop-server
option specifies a list of POP3 servers available to the client.
Servers should be listed in order of preference.
-.It Ic option relay-agent-information Ar string ;
+.It Ic option relay-agent-information Ar data-string ;
This is a "container" option for specific agent-supplied sub-options.
See RFC 3046 for details.
.It Ic option resource-location-servers Ar ip-address Oo , Ar ip-address ... Oc ;