From owner-freebsd-doc Fri Apr 12 23:40:12 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B9937B419 for ; Fri, 12 Apr 2002 23:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3D6e1B97863; Fri, 12 Apr 2002 23:40:01 -0700 (PDT) (envelope-from gnats) Received: from green.shallow.net (c16486.smelb1.vic.optusnet.com.au [210.49.224.105]) by hub.freebsd.org (Postfix) with ESMTP id C142337B405 for ; Fri, 12 Apr 2002 23:36:01 -0700 (PDT) Received: by green.shallow.net (Postfix, from userid 1001) id E80663EDF; Sat, 13 Apr 2002 16:09:02 +1000 (EST) Message-Id: <20020413060902.E80663EDF@green.shallow.net> Date: Sat, 13 Apr 2002 16:09:02 +1000 (EST) From: Joshua Goodall Reply-To: Joshua Goodall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/37032: make.conf.5 typo re BDECFLAGS 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: 37032 >Category: docs >Synopsis: make.conf.5 typo re BDECFLAGS >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: Fri Apr 12 23:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joshua Goodall >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD green.shallow.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sat Apr 6 23:01:47 EST 2002 joshua@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386 >Description: make.conf.5 says: ... BDECFLAGS is provided as a set of gcc(1) settings suggested by Bruce Evans for developing and testing changes. They can be used, if set, by: CXFLAGS+=${BDECFLAGS} ... This almost certainly supposed to say CFLAGS. >How-To-Repeat: >Fix: Index: share/man/man5/make.conf.5 =================================================================== RCS file: /cvs/src/share/man/man5/make.conf.5,v retrieving revision 1.39 diff -u -r1.39 make.conf.5 --- share/man/man5/make.conf.5 21 Mar 2002 09:15:39 -0000 1.39 +++ share/man/man5/make.conf.5 13 Apr 2002 04:03:25 -0000 @@ -109,7 +109,7 @@ They can be used, if set, by: .Pp .Bd -literal -offset indent -CXFLAGS+=${BDECFLAGS} +CFLAGS+=${BDECFLAGS} .Ed .It Va CVS_UPDATE .Pq Vt bool >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message