Fix redundancy.

Sponsored by: Essen DevSummit Hackathon
This commit is contained in:
Dru Lavigne 2015-07-26 09:24:49 +00:00
parent 1882b06183
commit d40824ca2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47093

View file

@ -481,9 +481,9 @@ Comment out for now until these can be verified.
<sect2 xml:id="svn-usage">
<title>Running <application>Subversion</application></title>
<para>The <command>svn</command> command is used to fetch a
clean copy of the sources into a local directory. The files
in this directory are called a <emphasis>local working
<para>To fetch a clean copy of the sources into a local
directory, use <command>svn</command>. The files in this
directory are called a <emphasis>local working
copy</emphasis>.</para>
<warning>