summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-06-20 16:27:18 +0000
committerhenning <henning@openbsd.org>2004-06-20 16:27:18 +0000
commit3f5039701b18533ecce281d6798176d4e6f85842 (patch)
tree78e9b0dbe7312dee8cfd1ea93298639eac9cb138
parentDo not go on if the -C option caused a failed chdir. ok millert@ henning@ (diff)
downloadwireguard-openbsd-3f5039701b18533ecce281d6798176d4e6f85842.tar.xz
wireguard-openbsd-3f5039701b18533ecce281d6798176d4e6f85842.zip
fix the "option dhcp-client-identifier" hex example
From: Marco Munari <mar@i.am> in PR3824
-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.