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

cmpilato svnbook-dev at red-bean.com
Wed Oct 12 07:49:42 CDT 2005


Author: cmpilato
Date: Wed Oct 12 07:49:41 2005
New Revision: 1732

Modified:
   trunk/src/en/book/ch09.xml
Log:
* src/en/book/ch09.xml
  Multivarious minor fixes, mostly of the wrap-something-with-
  <replaceable>-tags variety.

Modified: trunk/src/en/book/ch09.xml
==============================================================================
--- trunk/src/en/book/ch09.xml	(original)
+++ trunk/src/en/book/ch09.xml	Wed Oct 12 07:49:41 2005
@@ -954,8 +954,8 @@
 
           <para>Well, there's not much to the examples here as
             <command>svn cleanup</command> generates no output.  If
-            you pass no PATH, <quote><filename>.</filename></quote> is
-            used.</para>
+            you pass no <replaceable>PATH</replaceable>,
+            <quote><filename>.</filename></quote> is used.</para>
 
           <screen>
 $ svn cleanup
@@ -1768,7 +1768,8 @@
       <refentry id="svn.ref.svn.c.import">
         <refnamediv>
           <refname>svn import</refname>
-          <refpurpose>Recursively commit a copy of PATH to URL.</refpurpose>
+          <refpurpose>Commit an unversioned file or tree into the 
+            repository.</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
@@ -1862,7 +1863,8 @@
       <refentry id="svn.ref.svn.c.info">
         <refnamediv>
           <refname>svn info</refname>
-          <refpurpose>Print information about PATHs.</refpurpose>
+          <refpurpose>Display information about a local or remote 
+            item.</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
@@ -3166,15 +3168,15 @@
         <refsect1>
           <title>Description</title>
 
-          <para>Remove <quote>conflicted</quote> state on working
-            copy files or directories. This routine does not
-            semantically resolve conflict markers; it merely removes
-            conflict-related artifact files and allows PATH to be
-            committed again; that is, it tells Subversion that the
-            conflicts have been <quote>resolved</quote>.  See <xref
+          <para>Remove <quote>conflicted</quote> state on working copy
+            files or directories. This routine does not semantically
+            resolve conflict markers; it merely removes
+            conflict-related artifact files and allows
+            <replaceable>PATH</replaceable> to be committed again;
+            that is, it tells Subversion that the conflicts have been
+            <quote>resolved</quote>.  See <xref
             linkend="svn.tour.cycle.resolve"/> for an in-depth look at
-            resolving conflicts.</para>
-        </refsect1>
+            resolving conflicts.</para> </refsect1>
 
         <refsect1>
           <title>Alternate Names</title>
@@ -5378,8 +5380,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnlook history REPOS_PATH 
-            [PATH_IN_REPOS]</programlisting>
+          <programlisting>svnlook history REPOS_PATH [PATH_IN_REPOS]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -5673,10 +5674,10 @@
         </refsect1>
         <refsect1>
           <title>Description</title>
-
-          <para>Print the tree, starting at <replaceable>PATH_IN_REPOS</replaceable> (if
-            supplied, at the root of the tree otherwise), optionally
-            showing node revision IDs.</para>
+          <para>Print the tree, starting at
+            <replaceable>PATH_IN_REPOS</replaceable> (if supplied, at
+            the root of the tree otherwise), optionally showing node
+            revision IDs.</para>
         </refsect1>
 
         <refsect1>
@@ -5724,8 +5725,8 @@
 
           <para>Print the <literal>UUID</literal> for the repository.
             the UUID is the repository's
-            <emphasis>U</emphasis>niversal <emphasis>U</emphasis>nique
-            <emphasis>ID</emphasis>entifier.  The Subversion client
+            <emphasis>u</emphasis>niversal <emphasis>u</emphasis>nique
+            <emphasis>id</emphasis>entifier.  The Subversion client
             uses this identifier to differentiate between one
             repository and another.</para>
         </refsect1>
@@ -5897,11 +5898,13 @@
         <varlistentry>
           <term><option>--tunnel-user NAME</option></term>
           <listitem>
-            <para>Used in conjuction with <option>--tunnel</option> switch; tells
-              svnserve to assume that NAME is the authenticated user,
-              rather than the UID of the svnserve process. Useful for
-              users wishing to share a single system account over SSH,
-              but maintaining separate commit identities.</para>
+            <para>Used in conjuction with <option>--tunnel</option>
+              switch; tells svnserve to assume that
+              <replaceable>NAME</replaceable> is the authenticated
+              user, rather than the UID of the svnserve
+              process. Useful for users wishing to share a single
+              system account over SSH, but maintaining separate commit
+              identities.</para>
           </listitem>
         </varlistentry>
 
@@ -5958,10 +5961,12 @@
           resultant revision number, or revision range, is written to
           standard output.</para>
 
-        <para>TRAIL_URL, if present, is the trailing portion of the
-          URL used to determine if WC_PATH itself is switched
-          (detection of switches within WC_PATH does not rely on
-          TRAIL_URL).</para>
+        <para><replaceable>TRAIL_URL</replaceable>, if present, is the
+          trailing portion of the URL used to determine if
+          <replaceable>WC_PATH</replaceable> itself is switched
+          (detection of switches within
+          <replaceable>WC_PATH</replaceable> does not rely on
+          <replaceable>TRAIL_URL</replaceable>).</para>
 
       </refsect1>
 



More information about the svnbook-dev mailing list