From owner-cvs-all Tue Aug 27 5: 2: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7858037B401; Tue, 27 Aug 2002 05:02:05 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6830543E81; Tue, 27 Aug 2002 05:02:02 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g7RC1Yke039233; Tue, 27 Aug 2002 14:01:34 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g7RC1XbL039232; Tue, 27 Aug 2002 14:01:33 +0200 (CEST) (envelope-from marc) Date: Tue, 27 Aug 2002 14:01:33 +0200 From: Marc Fonvieille To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/share/sgml freebsd.dsl Message-ID: <20020827140133.A38904@abigail.blackend.org> References: <200208270818.g7R8IfLC033337@freefall.freebsd.org> <20020827124815.C37885@abigail.blackend.org> <20020827115106.GD65603@clan.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020827115106.GD65603@clan.nothing-going-on.org>; from nik@FreeBSD.org on Tue, Aug 27, 2002 at 12:51:06PM +0100 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by abigail.blackend.org id g7RC1Yke039233 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 27, 2002 at 12:51:06PM +0100, Nik Clayton wrote: > On Tue, Aug 27, 2002 at 12:48:15PM +0200, Marc Fonvieille wrote: > > Here's the patch that unbreak the thing: > > Damn. This is what happens when you leave diffs lying around in your > private tree for months. > > > - (define ($create-refentry-xref-link$ refentrytitle manvolnum) > > + (define ($create-refentry-xref-link$) > > Yep. > > > (element citerefentry > > - (let* ((refentrytitle (select-elements (children (current-node)) > > - (normalize "refentrytitle"))) > > - (manvolnum (select-elements (children (current-node)) > > - (normalize "manvolnum"))) > > - (href ($create-refentry-xref-link$ > > - (data refentrytitle) > > - (data manvolnum)))) > > + (let* ((href ($create-refentry-xref-link$))) > > Yep. That '(let*' can be a '(let'. > Ok, so what about committing the fix? For the moment en_US is broken, and if it's fixed in the doc/share/sgml/freebsd.dsl file, the other localized branches will be broken. I can fix the fr_FR local .dsl, but I dunno about other localized docs, I mean maybe maintainers want to control the changes. What is your opinion? Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message