K 10
svn:author
V 3
nik
K 8
svn:date
V 27
1998-10-21T21:53:36.000000Z
K 7
svn:log
V 405
A lot of </para> tags have leading whitespace before them. Remove it. Do
this (in Emacs) by searching for

    \s-+</para>

and replacing with

    </para>

Do this for all occurences *except* where the element immediately before
the </para> is one of <itemizedlist>, <orderedlist>, <variablelist>,
<procedure>. The <para>...</para> wrapping these elements is mostly
redundant, and will be removed later.

END
