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

cmpilato noreply at red-bean.com
Thu Sep 13 12:31:23 CDT 2007


Author: cmpilato
Date: Thu Sep 13 12:31:22 2007
New Revision: 2878

Log:
Fix some shortcomings in the 'svnlook' reference matter.

* src/en/book/ch09-reference.xml
  (svn.ref.svnlook.c.info): Note that the size of the log message is expressed
    in bytes, and that the log message is always followed by a newline.  Fix
    the example to actually show the correct log size.  (Doh!)
  (svn.ref.svnlook.c.log): Note that the log message is always followed by a
    newline.

Suggested by: Vincent Lefevre <vincent+svn at vinc17.org>


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	Thu Sep 13 12:31:22 2007
@@ -6055,8 +6055,8 @@
         <refsect1>
           <title>Description</title>
 
-          <para>Print the author, datestamp, log message size, and
-            log message.</para>
+          <para>Print the author, datestamp, log message size (in bytes)
+            and log message, followed by a newline character.</para>
         </refsect1>
 
         <refsect1>
@@ -6078,7 +6078,7 @@
 $ svnlook info -r 40 /usr/local/svn/repos
 sally
 2003-02-22 17:44:49 -0600 (Sat, 22 Feb 2003)
-15
+16
 Rearrange lunch.
 </screen>
           
@@ -6148,7 +6148,8 @@
 
         <refnamediv>
           <refname>svnlook log</refname>
-          <refpurpose>Print the log message.</refpurpose>
+          <refpurpose>Print the log message, followed by a newline 
+            character.</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>




More information about the svnbook-dev mailing list