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

cmpilato noreply at red-bean.com
Fri Jun 13 00:02:57 CDT 2008


Author: cmpilato
Date: Fri Jun 13 00:02:57 2008
New Revision: 3130

Log:
Fix some inter-sentence spacing.

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	Fri Jun 13 00:02:57 2008
@@ -8790,7 +8790,7 @@
         <para>If the <literal>post-commit</literal> hook returns a
           nonzero exit status, the commit <emphasis>will
           not</emphasis> be aborted since it has already
-          completed. However, anything that the hook printed
+          completed.  However, anything that the hook printed
           to <literal>STDERR</literal> will be marshalled back to the
           client, making it easier to diagnose hook failures.</para>
               
@@ -8921,7 +8921,7 @@
         <para>If the <literal>post-revprop-change</literal> hook returns a
           nonzero exit status, the change <emphasis>will
           not</emphasis> be aborted since it has already
-          completed. However, anything that the hook printed
+          completed.  However, anything that the hook printed
           to <literal>STDERR</literal> will be marshalled back to the
           client, making it easier to diagnose hook failures.</para>
 
@@ -9048,7 +9048,7 @@
         <para>If the <literal>post-lock</literal> hook returns a
           nonzero exit status, the lock <emphasis>will
           not</emphasis> be aborted since it has already
-          completed. However, anything that the hook printed
+          completed.  However, anything that the hook printed
           to <literal>STDERR</literal> will be marshalled back to the
           client, making it easier to diagnose hook failures.</para>
 
@@ -9166,7 +9166,7 @@
         <para>If the <literal>post-unlock</literal> hook returns a
           nonzero exit status, the unlock <emphasis>will
           not</emphasis> be aborted since it has already
-          completed. However, anything that the hook printed
+          completed.  However, anything that the hook printed
           to <literal>STDERR</literal> will be marshalled back to the
           client, making it easier to diagnose hook failures.</para>
 




More information about the svnbook-dev mailing list