diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-01-03 16:35:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-01-03 16:35:23 +0000 |
commit | bb51af5734809276fc986720277b444fb48cbfb6 (patch) | |
tree | 6ee6e620100bee81e9fc02a4ddc1da41bee50e28 /usr.sbin | |
parent | 696498a3f5afb674415c746edc87f5a3dd2f9d2d (diff) |
Don't mention the (incorrect) option number of autoproxy-script, since
we don't mention the option numbers for other options.
Noticed by Marcus Merighi vi tech@.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcp-options.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5 index 3e6150ff0c1..05db43aa2a0 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.13 2013/01/02 16:41:58 krw Exp $ +.\" $OpenBSD: dhcp-options.5,v 1.14 2013/01/03 16:35:22 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: January 2 2013 $ +.Dd $Mdocdate: January 3 2013 $ .Dt DHCP-OPTIONS 5 .Os .Sh NAME @@ -152,7 +152,7 @@ directly connected network may have smaller MTUs. .It Ic option arp-cache-timeout Ar uint32 ; This option specifies the timeout in seconds for ARP cache entries. .It Ic option autoproxy-script Ar string ; -Option 144, site-specific as of RFC 3942. +Site-specific as of RFC 3942. Widely used for Web Proxy Autodiscovery Protocol (WPAD). .It Ic option boot-size Ar uint16 ; This option specifies the length in 512-octet blocks of the default |