Date: Wed, 21 Oct 1998 14:53:40 -0700 (PDT) From: Nik Clayton <nik@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Message-ID: <199810212153.OAA06962@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nik 1998/10/21 14:53:40 PDT
Modified files:
en/handbook README handbook.sgml
Log:
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.
Revision Changes Path
1.37 +14 -0 doc/en/handbook/README
1.36 +652 -1220 doc/en/handbook/handbook.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?199810212153.OAA06962>
