Whitespace-only fixes, wrapping long lines. Translators, please ignore.

This commit is contained in:
Warren Block 2012-05-20 04:05:33 +00:00
parent f9e81e11a9
commit b5382f8c25
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38848

View file

@ -147,12 +147,12 @@
<application>svn</application> to view the changes.</para>
<para>In addition, many people have written tutorials or other web
sites relating to FreeBSD. Some of these are stored in the Subversion
repository as well (where the author has agreed to this). In
other cases the author has decided to keep his documentation
separate from the main FreeBSD repository. The FDP endeavors to
provide links to as much of this documentation as
possible.</para>
sites relating to FreeBSD. Some of these are stored in the
Subversion repository as well (where the author has agreed to
this). In other cases the author has decided to keep his
documentation separate from the main FreeBSD repository. The
FDP endeavors to provide links to as much of this documentation
as possible.</para>
</sect1>
<sect1 id="overview-before">
@ -163,8 +163,9 @@
<itemizedlist>
<listitem>
<para>How to maintain an up-to-date local copy of the FreeBSD
documentation by maintaining a local copy of the
FreeBSD Subversion repository using <application>svn</application>.</para>
documentation by maintaining a local copy of the FreeBSD
Subversion repository using
<application>svn</application>.</para>
</listitem>
<listitem>
@ -243,8 +244,8 @@
<para>If you wanted to edit an existing document, such as the
FAQ, which is in
<filename>head/en_US.ISO8859-1/books/faq</filename> you would
check it out of the repository like this.</para>
<filename>head/en_US.ISO8859-1/books/faq</filename> you
would check it out of the repository like this.</para>
<screen>&prompt.user; <userinput>svn checkout svn://svn.freebsd.org/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>
</step>
@ -270,9 +271,9 @@
<literal>pdf</literal>, and <literal>rtf</literal> are
supported. The most up to date list of supported formats is
listed at the top of the
<filename>head/share/mk/doc.docbook.mk</filename> file. Make
sure to use quotes around the list of formats when you build
more than one format with a single command.</para>
<filename>head/share/mk/doc.docbook.mk</filename> file.
Make sure to use quotes around the list of formats when you
build more than one format with a single command.</para>
<para>For example, to convert the document to
<literal>html</literal> only, you would use:</para>