summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-06-20 16:27:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-06-20 16:27:19 +0000
commit24b4545ca6d5b20c037503479974684143dbeca7 (patch)
tree26a2beffe0e6af224d441efa5bcd4ac390b030b6 /usr.sbin
parent6115d92634a4f68eebaaa991eaa58a9730bb356a (diff)
fix the "option dhcp-client-identifier" hex example
From: Marco Munari <mar@i.am> in PR3824
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/dhcp-options.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5
index 0b99fd88026..d1b1188046f 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.2 2004/04/21 07:59:47 jmc Exp $
+.\" $OpenBSD: dhcp-options.5,v 1.3 2004/06/20 16:27:18 henning Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -117,7 +117,7 @@ For example:
.Pp
.Dl option dhcp-client-identifier \&"CLIENT-FOO\&";
or
-.Dl option dhcp-client-identifier 43:4c:49:45:54:2d:46:4f:4f;
+.Dl option dhcp-client-identifier 43:4c:49:45:4e:54:2d:46:4f:4f;
.Pp
The documentation for the various options mentioned below is taken
from the IETF draft document on DHCP options, RFC 2132.