From owner-freebsd-doc@FreeBSD.ORG Sat Apr 19 12:00:14 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36C8B10656E2 for ; Sat, 19 Apr 2008 12:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 252F58FC32 for ; Sat, 19 Apr 2008 12:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3JC09n2071032 for ; Sat, 19 Apr 2008 12:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3JC08GO071031; Sat, 19 Apr 2008 12:00:09 GMT (envelope-from gnats) Date: Sat, 19 Apr 2008 12:00:09 GMT Message-Id: <200804191200.m3JC08GO071031@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Cc: Subject: Re: docs/122906: [patch] Fix makevar, maketarget Tags in Handbook Chapter 4. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 12:00:14 -0000 The following reply was made to PR docs/122906; it has been noted by GNATS. From: Marc Fonvieille To: Gabor PALI Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/122906: [patch] Fix makevar, maketarget Tags in Handbook Chapter 4. Date: Sat, 19 Apr 2008 13:46:43 +0200 On Sat, Apr 19, 2008 at 12:51:39PM +0200, Gabor PALI wrote: > > >Number: 122906 > >Category: docs > >Synopsis: [patch] Fix makevar, maketarget Tags in Handbook Chapter 4. > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Apr 19 11:00:01 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Gabor PALI > >Release: FreeBSD 6.3-STABLE i386 > >Organization: > >Environment: > System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386 > > >Description: > I found a small inconsistency in the use of maketarget, makevar > tags in SGML source of the Handbook chapter titled ``Packages and > Ports''. So, I created a patch to unify their usage and > make all consistent > in the PORTS_CHAPTER :) > > > --- ports.patch.diff begins here --- [...] Hello, This patch mixes content and whitespace/wrapline changes. We use to not commit changes to the content at the same time as changes to the layout. These changes must be done in 2 separated patches, well most of time we don't do the formatting changes or only when the file starts to be a mess. To come back to the content, the changes seem Ok for me but please send a content changes only patch. -- Marc