Date: Mon, 26 Aug 2002 09:59:21 +0300 From: Giorgos Keramidas <keramida@FreeBSD.org> To: Christian Brueffer <chris@unixpages.org> Cc: freebsd-doc@FreeBSD.org Subject: Re: <releaseinfo> vs <pubdate> in books/fdp-primer/sgml-markup/chapter.sgml Message-ID: <20020826065921.GA18184@hades.hell.gr> In-Reply-To: <20020825235258.GA805@unixpages.org> References: <20020813205741.GR14281@unixpages.org> <20020825155620.GD1988@hades.hell.gr> <20020825235258.GA805@unixpages.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-08-26 01:52 +0000, Christian Brueffer wrote: > So, I guess if no one objects, following patch could be committed: [ patch for doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml ] > --- chapter.sgml.orig Sun Aug 18 19:26:25 2002 > +++ chapter.sgml Mon Aug 26 01:48:09 2002 > @@ -794,9 +794,7 @@ > <holder role="mailto:<replaceable>your e-mail address</replaceable>"><replaceable>Your name</replaceable></holder> > </copyright> > > - <pubdate role="rcs">$Date$</pubdate> > - > - <releaseinfo>$Id$</releaseinfo> > + <releaseinfo>$FreeBSD$</releaseinfo> > > <abstract> > <para><replaceable>Include an abstract of the book's contents here.</replaceable></para> > @@ -845,9 +843,7 @@ > <holder role="mailto:<replaceable>your e-mail address</replaceable>"><replaceable>Your name</replaceable></holder> > </copyright> > > - <pubdate role="rcs">$Date$</pubdate> > - > - <releaseinfo>$Id$</releaseinfo> > + <releaseinfo>$FreeBSD$</releaseinfo> > > <abstract> > <para><replaceable>Include an abstract of the article's contents here.</replaceable></para> This looks OK to me. If nobody objects to the changes for some reason, I'd like to commit it in a few days. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020826065921.GA18184>