From owner-svn-src-head@freebsd.org Sat May 27 13:51:38 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DE21D8288F; Sat, 27 May 2017 13:51:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45F48195A; Sat, 27 May 2017 13:51:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6F1AE47BD; Sat, 27 May 2017 13:51:37 +0000 (UTC) Date: Sat, 27 May 2017 13:51:37 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r318991 - head/sys/boot/i386/pxeldr Message-ID: <20170527135137.GA31549@FreeBSD.org> References: <201705271326.v4RDQI5L017158@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705271326.v4RDQI5L017158@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 13:51:38 -0000 On Sat, May 27, 2017 at 01:26:18PM +0000, Baptiste Daroussin wrote: > New Revision: 318991 > URL: https://svnweb.freebsd.org/changeset/base/318991 > > Log: > Document recent changes on pxeboot > > Modified: > head/sys/boot/i386/pxeldr/pxeboot.8 > ... > @@ -39,6 +39,11 @@ configured to run under Intel's Preboot > PXE is a form of smart boot ROM, built into Intel EtherExpress Pro/100 and > 3Com 3c905c Ethernet cards, and Ethernet-equipped Intel motherboards. > PXE supports DHCP configuration and provides low-level NIC access services. > +.Pp > +The DHCP client will set a DHCP user class named > +.Va FREEBSD > +to allow flexible configuration of the dhcp server. > +.Pp Inconsistent DHCP/dhcp spelling within a single sentence does not look good. ./danfe