Whitespace-only fixes, wrapping long lines. Translators, please ignore.
This commit is contained in:
parent
f9e81e11a9
commit
b5382f8c25
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38848
1 changed files with 14 additions and 13 deletions
|
@ -147,12 +147,12 @@
|
||||||
<application>svn</application> to view the changes.</para>
|
<application>svn</application> to view the changes.</para>
|
||||||
|
|
||||||
<para>In addition, many people have written tutorials or other web
|
<para>In addition, many people have written tutorials or other web
|
||||||
sites relating to FreeBSD. Some of these are stored in the Subversion
|
sites relating to FreeBSD. Some of these are stored in the
|
||||||
repository as well (where the author has agreed to this). In
|
Subversion repository as well (where the author has agreed to
|
||||||
other cases the author has decided to keep his documentation
|
this). In other cases the author has decided to keep his
|
||||||
separate from the main FreeBSD repository. The FDP endeavors to
|
documentation separate from the main FreeBSD repository. The
|
||||||
provide links to as much of this documentation as
|
FDP endeavors to provide links to as much of this documentation
|
||||||
possible.</para>
|
as possible.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="overview-before">
|
<sect1 id="overview-before">
|
||||||
|
@ -163,8 +163,9 @@
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>How to maintain an up-to-date local copy of the FreeBSD
|
<para>How to maintain an up-to-date local copy of the FreeBSD
|
||||||
documentation by maintaining a local copy of the
|
documentation by maintaining a local copy of the FreeBSD
|
||||||
FreeBSD Subversion repository using <application>svn</application>.</para>
|
Subversion repository using
|
||||||
|
<application>svn</application>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -243,8 +244,8 @@
|
||||||
|
|
||||||
<para>If you wanted to edit an existing document, such as the
|
<para>If you wanted to edit an existing document, such as the
|
||||||
FAQ, which is in
|
FAQ, which is in
|
||||||
<filename>head/en_US.ISO8859-1/books/faq</filename> you would
|
<filename>head/en_US.ISO8859-1/books/faq</filename> you
|
||||||
check it out of the repository like this.</para>
|
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>
|
<screen>&prompt.user; <userinput>svn checkout svn://svn.freebsd.org/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>
|
||||||
</step>
|
</step>
|
||||||
|
@ -270,9 +271,9 @@
|
||||||
<literal>pdf</literal>, and <literal>rtf</literal> are
|
<literal>pdf</literal>, and <literal>rtf</literal> are
|
||||||
supported. The most up to date list of supported formats is
|
supported. The most up to date list of supported formats is
|
||||||
listed at the top of the
|
listed at the top of the
|
||||||
<filename>head/share/mk/doc.docbook.mk</filename> file. Make
|
<filename>head/share/mk/doc.docbook.mk</filename> file.
|
||||||
sure to use quotes around the list of formats when you build
|
Make sure to use quotes around the list of formats when you
|
||||||
more than one format with a single command.</para>
|
build more than one format with a single command.</para>
|
||||||
|
|
||||||
<para>For example, to convert the document to
|
<para>For example, to convert the document to
|
||||||
<literal>html</literal> only, you would use:</para>
|
<literal>html</literal> only, you would use:</para>
|
||||||
|
|
Loading…
Reference in a new issue