[svnbook] r5942 committed - trunk/en/book/ref-svnlook.xml

wuzhouhui at users.sourceforge.net wuzhouhui at users.sourceforge.net
Sat Jun 29 19:31:58 CDT 2019


Revision: 5942
          http://sourceforge.net/p/svnbook/source/5942
Author:   wuzhouhui
Date:     2019-06-30 00:31:56 +0000 (Sun, 30 Jun 2019)
Log Message:
-----------
* en/book/ref-svnlook.xml
  Fix some typos

Modified Paths:
--------------
    trunk/en/book/ref-svnlook.xml

Modified: trunk/en/book/ref-svnlook.xml
===================================================================
--- trunk/en/book/ref-svnlook.xml	2019-06-30 00:29:02 UTC (rev 5941)
+++ trunk/en/book/ref-svnlook.xml	2019-06-30 00:31:56 UTC (rev 5942)
@@ -7,7 +7,7 @@
     <para><command>svnlook</command> is a command-line utility for
       examining different aspects of a Subversion repository.  It
       does not make any changes to the repository—it's just
-      used for <quote>peeking.</quote>
+      used for <quote>peeking</quote>.
       <command>svnlook</command> is typically used by the
       repository hooks, but a repository administrator might find it
       useful for diagnostic purposes.</para>
@@ -101,7 +101,7 @@
           <para>The default value is <literal>-u</literal>.</para>
           <para>Note that when Subversion is configured to invoke an
             external diff command, the value of
-            the <option>--extension</option> (<option>-x</option>)
+            the <option>--extensions</option> (<option>-x</option>)
             option isn't restricted to the previously mentioned
             options, but may be <emphasis>any</emphasis> additional
             arguments which Subversion should pass to that command.
@@ -795,13 +795,15 @@
       <title>Description</title>
 
       <para>Print the file size (in bytes) of the file located
-        at <replaceable>PATH_IN_REPOS</replaceable> in the HEAD
+        at <replaceable>PATH_IN_REPOS</replaceable> in the
+        <literal>HEAD</literal>
         revision of the repository identified
         by <replaceable>REPOS_PATH</replaceable> as a base-10
         integer followed by an end-of-line character.  Use
         the <option>--revision</option> (<option>-r</option>)
         and <option>--transaction</option> (<option>-t</option>)
-        options to specify a version of the file other than HEAD
+        options to specify a version of the file other than
+        <literal>HEAD</literal>
         whose file size you wish to display.</para>
     </refsect1>
 
@@ -855,6 +857,8 @@
 
     <refsynopsisdiv>
       <para><literal>Also svnlook -h and svnlook -?.</literal></para>
+      <para>Also <literal>svnlook -h</literal> and <literal>svnlook
+          -?</literal>.</para>
     </refsynopsisdiv>
 
     <!-- =============================================================== -->
@@ -1123,7 +1127,7 @@
 
       <informalexample>
         <screen>
-$ svnlook log /var/svn/repos/
+$ svnlook log -r 40 /var/svn/repos/
 Rearrange lunch.
 </screen>
       </informalexample>
@@ -1436,8 +1440,7 @@
 
     <refnamediv>
       <refname>svnlook uuid</refname>
-      <refpurpose>Print the repository's
-      <literal>UUID</literal>.</refpurpose>
+      <refpurpose>Print the repository's UUID.</refpurpose>
     </refnamediv>
 
     <refsynopsisdiv>
@@ -1448,8 +1451,7 @@
     <refsect1>
       <title>Description</title>
 
-      <para>Print the <literal>UUID</literal> for the repository.
-        The <literal>UUID</literal> is the repository's
+      <para>Print the UUID for the repository.  The UUID is the repository's
         <emphasis>u</emphasis>niversal <emphasis>u</emphasis>nique
         <emphasis>id</emphasis>entifier.  The Subversion client
         uses this identifier to differentiate between one




More information about the svnbook-dev mailing list