From owner-freebsd-doc Sun Sep 22 23:50: 8 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9BA637B401 for ; Sun, 22 Sep 2002 23:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB9943E42 for ; Sun, 22 Sep 2002 23:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N6o5Co057985 for ; Sun, 22 Sep 2002 23:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N6o5V1057984; Sun, 22 Sep 2002 23:50:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C8737B401 for ; Sun, 22 Sep 2002 23:42:42 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DFE43E7B for ; Sun, 22 Sep 2002 23:42:42 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (0e8577d0375249fe3875c1f7c334af99@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g8N6hFho045230 for ; Sun, 22 Sep 2002 23:43:15 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g8N6hFtE045229; Sun, 22 Sep 2002 23:43:15 -0700 (PDT) (envelope-from monkey) Message-Id: <200209230643.g8N6hFtE045229@vectors.cx> Date: Sun, 22 Sep 2002 23:43:15 -0700 (PDT) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/43279: [patch] handbook claims it doesn't document DHCP server Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43279 >Category: docs >Synopsis: [patch] handbook claims it doesn't document DHCP server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 23:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #20: Wed Sep 18 17:41:14 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: >How-To-Repeat: the handbook's DHCP topic within the Advanced Networking chapter states that the page contains instructions for dhclient only, when the server- side is indeed documentated. >Fix: --- dhcp.patch begins here --- --- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.orig Sun Sep 22 23:03:46 2002 +++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Sun Sep 22 23:12:56 2002 @@ -3339,9 +3339,12 @@ What this Section Covers - This section attempts to describe only the parts - of the DHCP system that are integrated with FreeBSD; - consequently, the server portions are not described. The DHCP + This section describes both the client-side and server-side + components of the ISC DHCP system. The client-side program, + dhclient, comes integrated within FreeBSD, and + the server-side portion is available from the + net/isc-dhcp3 port. The + &man.dhclient.8;, &man.dhcp-options.5;, and &man.dhclient.conf.5; manual pages, in addition to the references below, are useful resources. --- dhcp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message