diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml index 58909a3bd7..28f5fc2aa5 100644 --- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml @@ -26,7 +26,9 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> -<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="working-copy"> +<chapter xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" + xml:id="working-copy"> <title>The Working Copy</title> <para>The <emphasis>working copy</emphasis> is a copy of the &os; @@ -40,8 +42,11 @@ for temporary files and test versions of various output formats.</para> - <para><link xlink:href="&url.books.handbook;/svn.html"><application>Subversion</application></link> - is used to manage the &os; documentation files. It is obtained by installing the <application>Subversion</application> package:</para> + <para><link + xlink:href="&url.books.handbook;/svn.html"><application>Subversion</application></link> + is used to manage the &os; documentation files. It is obtained by + installing the <application>Subversion</application> + package:</para> <screen>&prompt.root; <userinput>pkg install subversion</userinput></screen> @@ -148,8 +153,9 @@ documentation tree.</para> <para>If the diff file is to be submitted with the web - <quote><link xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">Submit a &os; - problem report</link></quote> interface, add a + <quote><link + xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">Submit + a &os; problem report</link></quote> interface, add a <filename>.txt</filename> extension to give the earnest and simple-minded web form a clue that the contents are plain text.</para> @@ -169,8 +175,10 @@ <para>These examples show very basic usage of <application>Subversion</application>. More detail is available - in the <link xlink:href="http://svnbook.red-bean.com/">Subversion Book</link> - and the <link xlink:href="http://subversion.apache.org/docs/">Subversion + in the <link + xlink:href="http://svnbook.red-bean.com/">Subversion + Book</link> and the <link + xlink:href="http://subversion.apache.org/docs/">Subversion documentation</link>.</para> </sect1> </chapter> |