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

sunny256 noreply at red-bean.com
Mon Jul 24 11:37:56 CDT 2006


Author: sunny256
Date: Mon Jul 24 11:37:55 2006
New Revision: 2347

Modified:
   trunk/src/en/book/ch06.xml
   trunk/src/en/book/ch07.xml
   trunk/src/en/book/ch09.xml

Log:
Change "..." to "…" where appropriate.

* src/en/book/ch06.xml
  (svn.serverconfig.svnserve.sshtricks.setup, 
   svn.serverconfig.httpd.authn, 
   svn.serverconfig.httpd.authz.perdir.ex-3): Here...

* src/en/book/ch07.xml
  (svn.advanced.pegrevs): ...here...

* src/en/book/ch09.xml
  (svn.ref.svn.c.log, svn.ref.svnadmin.c.recover): ...and here.


Modified: trunk/src/en/book/ch06.xml
==============================================================================
--- trunk/src/en/book/ch06.xml	(original)
+++ trunk/src/en/book/ch06.xml	Mon Jul 24 11:37:55 2006
@@ -908,7 +908,7 @@
           form:</para>
 
         <screen>
-  ssh-dsa AAAABtce9euch.... user at example.com
+  ssh-dsa AAAABtce9euch… user at example.com
 </screen>
           
         <para>The first field describes the type of key, the second
@@ -918,7 +918,7 @@
           field:</para>
 
         <screen>
-  command="program" ssh-dsa AAAABtce9euch.... user at example.com
+  command="program" ssh-dsa AAAABtce9euch… user at example.com
 </screen>
 
         <para>When the <literal>command</literal> field is set, the
@@ -1298,7 +1298,7 @@
 </Location>
 </screen>
 
-      <para>...then your repository is <quote>anonymously</quote>
+      <para>…then your repository is <quote>anonymously</quote>
         accessible to the world.  Until you configure some
         authentication and authorization policies, the Subversion
         repositories you make available via the
@@ -1950,7 +1950,7 @@
 everyone = @calc-developers, @paint-developers
 </screen>
 
-        <para>...and that's pretty much all there is to it.</para>
+        <para>…and that's pretty much all there is to it.</para>
 
       </sect3>
 

Modified: trunk/src/en/book/ch07.xml
==============================================================================
--- trunk/src/en/book/ch07.xml	(original)
+++ trunk/src/en/book/ch07.xml	Mon Jul 24 11:37:55 2006
@@ -2633,7 +2633,7 @@
 $ svn <replaceable>command</replaceable> -r <replaceable>OPERATIVE-REV</replaceable> item@<replaceable>PEG-REV</replaceable>
 </screen>
       
-      <para>...it performs the following algorithm:</para>
+      <para>…it performs the following algorithm:</para>
 
       <itemizedlist>
         

Modified: trunk/src/en/book/ch09.xml
==============================================================================
--- trunk/src/en/book/ch09.xml	(original)
+++ trunk/src/en/book/ch09.xml	Mon Jul 24 11:37:55 2006
@@ -2375,10 +2375,10 @@
           <screen>
 $ svn log -r 14:15
 ------------------------------------------------------------------------
-r14 | ... 
+r14 | …
 
 ------------------------------------------------------------------------
-r15 | ... 
+r15 | …
 
 ------------------------------------------------------------------------
 </screen>
@@ -2393,15 +2393,15 @@
 $ svn log -r 27 >> mylog
 $ cat mylog
 ------------------------------------------------------------------------
-r14 | ... 
+r14 | …
 
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
-r19 | ... 
+r19 | …
 
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
-r27 | ... 
+r27 | …
 
 ------------------------------------------------------------------------
 </screen>
@@ -2416,13 +2416,13 @@
 $ svn log --incremental -r 27 >> mylog
 $ cat mylog
 ------------------------------------------------------------------------
-r14 | ... 
+r14 | …
 
 ------------------------------------------------------------------------
-r19 | ... 
+r19 | …
 
 ------------------------------------------------------------------------
-r27 | ... 
+r27 | …
 </screen>
 
           <para>The <option>--incremental</option> switch provides
@@ -4802,7 +4802,7 @@
 $ svnadmin recover /usr/local/svn/repos --wait
 Waiting on repository lock; perhaps another process has it open?
 
-### time goes by...
+### time goes by…
 
 Repository lock acquired.
 Please wait; recovering the repository may take some time...




More information about the svnbook-dev mailing list