Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/dhcp/client Fix a thinko: the DHCP _client_ is doing th...



details:   https://anonhg.NetBSD.org/src/rev/376ea5daa706
branches:  trunk
changeset: 752145:376ea5daa706
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Feb 17 01:17:36 2010 +0000

description:
Fix a thinko: the DHCP _client_ is doing the requesting.
Reported by Anonymous in PR misc/39162.

diffstat:

 dist/dhcp/client/dhclient.conf.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a3cb00c8413f -r 376ea5daa706 dist/dhcp/client/dhclient.conf.5
--- a/dist/dhcp/client/dhclient.conf.5  Wed Feb 17 00:49:21 2010 +0000
+++ b/dist/dhcp/client/dhclient.conf.5  Wed Feb 17 01:17:36 2010 +0000
@@ -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) 1996-2003 by Internet Software Consortium
@@ -183,7 +183,7 @@
 The request statement causes the client to request that any server
 responding to the client send the client its values for the specified
 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,
 domain-name, domain-name-servers and host-name options. 
 .PP



Home | Main Index | Thread Index | Old Index