Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2001 15:51:28 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml
Message-ID:  <200106242251.f5OMpSE13153@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
murray      2001/06/24 15:51:28 PDT

  Modified files:
    en_US.ISO8859-1/books/handbook/introduction chapter.sgml 
  Log:
  This print stylesheets prefer indexterms to be outside of <listitem>
  tags or inside a <para> inside a <listitem>.
  
  This changes :
  
            <listitem>
              <indexterm><primary>core team</primary></indexterm>
              <para>The <link linkend="staff-core">FreeBSD core team</link>
  
  into :
  
            <listitem>
              <para>The <link linkend="staff-core">FreeBSD core team</link>
              <indexterm><primary>core team</primary></indexterm>
  
  Theoretically, adding indexterms should never affect the normal flow,
  but the last revision was adding extra blank lines into the postscript
  output.
  
  Revision  Changes    Path
  1.38      +42 -40    doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml


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?200106242251.f5OMpSE13153>