From owner-freebsd-doc@FreeBSD.ORG Tue Sep 7 21:50:03 2010 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 D519B10656AA for ; Tue, 7 Sep 2010 21:50:03 +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 C3CB28FC17 for ; Tue, 7 Sep 2010 21:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o87Lo3uV098174 for ; Tue, 7 Sep 2010 21:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o87Lo3kZ098173; Tue, 7 Sep 2010 21:50:03 GMT (envelope-from gnats) Date: Tue, 7 Sep 2010 21:50:03 GMT Message-Id: <201009072150.o87Lo3kZ098173@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Alexander Best Cc: Subject: Re: docs/150365: [make.conf] [patch] remove BDECFLAGS from make.conf(5) manual and change their description in share/examples/etc/make.conf X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 21:50:03 -0000 The following reply was made to PR docs/150365; it has been noted by GNATS. From: Alexander Best To: bug-followup@freebsd.org Cc: Subject: Re: docs/150365: [make.conf] [patch] remove BDECFLAGS from make.conf(5) manual and change their description in share/examples/etc/make.conf Date: Tue, 7 Sep 2010 21:40:31 +0000 ok i think the reason for the "@@ -269,14 +271,14 @@" changes are the fact that those lines were using CR+LF (Windows), instead of just LF (Unix). seems my editor converted those automatically. so those lines should in fact be changed, since we don't want extra CRs in text files. cheers. alex -- a13x