Date: Tue, 27 Aug 2002 14:01:33 +0200 From: Marc Fonvieille <blackend@FreeBSD.org> To: Nik Clayton <nik@FreeBSD.org> 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> In-Reply-To: <20020827115106.GD65603@clan.nothing-going-on.org>; from nik@FreeBSD.org on Tue, Aug 27, 2002 at 12:51:06PM %2B0100 References: <200208270818.g7R8IfLC033337@freefall.freebsd.org> <20020827124815.C37885@abigail.blackend.org> <20020827115106.GD65603@clan.nothing-going-on.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827140133.A38904>