Derick Rethans wrote:
 Commas in See also

    <para>
-     See also <function>gzcompress</function>.
+     See also <function>gzcompress</function>,
     <function>gzuncompress</function>,
-     <function>gzdeflate</function>,
+     <function>gzdeflate</function>, and

There should not be a , before an and or an or...

Not so. <!ENTITY listendand ', and'> should be used, which does insert the comma before "and"

So:
    <para>
     See also <function>gzcompress</function>,
     <function>gzuncompress</function>,
     <function>gzdeflate</function>&listendand;
     <function>gzinflate</function>

Not to be TOO pedantic.

S

Reply via email to