This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] xsl/groff option argument is listed with thedescription


> * In message <20030523212711.GC27375@redhat.com>
> * On the subject of "Re: [docbook-apps] xsl/groff option argument is listed with the description"
> * Sent on Fri, 23 May 2003 22:27:11 +0100
> * Honorable Tim Waugh <twaugh@redhat.com> writes:
>
> On Fri, May 23, 2003 at 02:20:42PM -0400, Sam Steingold wrote:
> 
> >        --help Displays a help message on how to use CLISP.
> 
> If you don't want this, don't use .TP.

I get this:

       -h      --help Displays a help message on how to use CLISP.

with

<xsl:template match="varlistentry/term|glossterm">
 <xsl:variable name="content">
  <xsl:apply-templates/>
 </xsl:variable>
 <xsl:value-of select="normalize-space($content)"/>
 <xsl:text>&#10;.PD 0&#10;</xsl:text>
</xsl:template>



-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat9 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
If abortion is murder, then oral sex is cannibalism.

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]