]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed wording in embedded doc for reference.autolabel param.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 18:08:31 +0000 (18:08 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 18:08:31 +0000 (18:08 +0000)
xsl/params/reference.autolabel.xml

index f39aea95ca07eb6043489cf5da4f82f126df8cdf..1a9dc5b3883f6fa818061223e9440cae957695af 100644 (file)
 <refname>reference.autolabel</refname>
 <refpurpose>Specifies the labeling format for Reference titles</refpurpose>
 </refnamediv>
-
 <refsynopsisdiv>
 <src:fragment xml:id="reference.autolabel.frag">
   <xsl:param name="reference.autolabel">I</xsl:param>
 </src:fragment>
 </refsynopsisdiv>
-
 <refsection><info><title>Description</title></info>
-
-<para>If non-zero, then references will not be numbered.
-Otherwise references will be numbered, using the parameter value
-as the number format if the value matches one of the following:
+<para>If non-zero, references will be numbered using the parameter
+  value as the number format if the value matches one of the
+  following:
 </para>
-
 <variablelist>
   <varlistentry>
     <term>1 or arabic</term>
@@ -64,11 +60,8 @@ as the number format if the value matches one of the following:
     </listitem>
   </varlistentry>
 </variablelist>
-
-<para>Any nonzero value other than the above will generate
+<para>Any non-zero value other than the above will generate
 the default number format (upperroman).
 </para>
-
-
 </refsection>
 </refentry>