[svnbook] r5005 committed - * en/book/ref-svn.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Mar 11 10:09:36 CDT 2015


Revision: 5005
Author:   cmpilato at gmail.com
Date:     Wed Mar 11 15:09:25 2015 UTC
Log:      * en/book/ref-svn.xml
   Fix a weird rendering issue that causes option descriptions to break
   across lines.

Patch by: Pavel Lyalyakin <pavel.lyalyakin{__AT__}visualsvn.com>
           (Tweaked by me.)
https://code.google.com/p/svnbook/source/detail?r=5005

Modified:
  /trunk/en/book/ref-svn.xml

=======================================
--- /trunk/en/book/ref-svn.xml	Mon Feb 23 18:08:27 2015 UTC
+++ /trunk/en/book/ref-svn.xml	Wed Mar 11 15:09:25 2015 UTC
@@ -898,22 +898,18 @@
        </varlistentry>

        <varlistentry id="svn.ref.svn.sw.search_and">
-        <term><option>--search-and</option>
-          <replaceable>ARG</replaceable></term>
+        <term><option>--search-and</option>  
<replaceable>ARG</replaceable></term>
          <listitem>
-          <para>
-            The option's argument is combined with the pattern from
+          <para>The option's argument is combined with the pattern from
              the previous <option>--search</option>
              or <option>--search-and</option> option on the command
              line.  Log message is shown only if it matches the
-            combined search pattern.
-          </para>
+            combined search pattern.</para>
          </listitem>
        </varlistentry>

        <varlistentry id="svn.ref.svn.sw.set_depth">
-        <term><option>--set-depth</option>
-          <replaceable>ARG</replaceable></term>
+        <term><option>--set-depth</option>  
<replaceable>ARG</replaceable></term>
          <listitem>
            <para>Sets the sticky depth on a directory in a working copy
              to one of <literal>exclude</literal>, <literal>empty</literal>,



More information about the svnbook-dev mailing list