Fix a thinko: the DHCP _client_ is doing the requesting.

Reported by Anonymous in PR misc/39162.
This commit is contained in:
snj 2010-02-17 01:17:36 +00:00
parent 29aa1b84fb
commit c4acb3fa95

View File

@ -1,4 +1,4 @@
.\" $Id: dhclient.conf.5,v 1.8 2005/08/11 17:13:21 drochner Exp $ .\" $Id: dhclient.conf.5,v 1.9 2010/02/17 01:17:36 snj Exp $
.\" .\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium .\" Copyright (c) 1996-2003 by Internet Software Consortium
@ -183,7 +183,7 @@ are called \fIDHCP Options\fR. DHCP Options are defined in
The request statement causes the client to request that any server The request statement causes the client to request that any server
responding to the client send the client its values for the specified responding to the client send the client its values for the specified
options. Only the option names should be specified in the request options. Only the option names should be specified in the request
statement - not option parameters. By default, the DHCP server statement - not option parameters. By default, the DHCP client
requests the subnet-mask, broadcast-address, time-offset, routers, requests the subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers and host-name options. domain-name, domain-name-servers and host-name options.
.PP .PP