[svnbook commit] r3070 - trunk/src/en/book

cmpilato noreply at red-bean.com
Tue May 6 01:06:52 CDT 2008


Author: cmpilato
Date: Tue May  6 01:06:52 2008
New Revision: 3070

Log:
Use right arrow entity (→) instead of a hyphen and greater-than sign.

Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Tue May  6 01:06:52 2008
@@ -1475,7 +1475,7 @@
             <variablelist>
 
               <varlistentry>
-                <term>WC  -> WC</term>
+                <term>WC → WC</term>
                 <listitem>
                   <para>Copy and schedule an item for
                     addition (with history).</para>
@@ -1483,14 +1483,14 @@
               </varlistentry>
 
               <varlistentry>
-                <term>WC  -> URL</term>
+                <term>WC → URL</term>
                 <listitem>
                   <para>Immediately commit a copy of WC to URL.</para>
                 </listitem>
               </varlistentry>
 
               <varlistentry>
-                <term>URL -> WC</term>
+                <term>URL → WC</term>
                 <listitem>
                   <para>Check out URL into WC and schedule it for
                     addition.</para>
@@ -1498,7 +1498,7 @@
               </varlistentry>
 
               <varlistentry>
-                <term>URL -> URL</term>
+                <term>URL → URL</term>
                 <listitem>
                   <para>Complete server-side copy.  This is
                     usually used to branch and tag.</para>
@@ -3337,7 +3337,7 @@
           <variablelist>
 
             <varlistentry>
-              <term>WC  -> WC</term>
+              <term>WC → WC</term>
               <listitem>
                 <para>Move and schedule a file or directory for
                   addition (with history).</para>
@@ -3345,7 +3345,7 @@
             </varlistentry>
 
             <varlistentry>
-              <term>URL -> URL</term>
+              <term>URL → URL</term>
               <listitem>
                 <para>Complete server-side rename.</para>
               </listitem>




More information about the svnbook-dev mailing list