[svnbook] r3925 committed - Finish issue #41 ("Inconsistent links from subcommand help to...

svnbook at googlecode.com svnbook at googlecode.com
Thu Jul 28 09:48:16 CDT 2011


Revision: 3925
Author:   cmpilato at gmail.com
Date:     Thu Jul 28 07:47:09 2011
Log:      Finish issue #41 ("Inconsistent links from subcommand help to
reference chapter").

* src/en/book/ch02-basic-usage.xml
   Also suggest running 'svn help <subcommand>' in a couple of places
   where we also have a pointer to the reference chapter.

Patch by: quinntaylor at mac.com

http://code.google.com/p/svnbook/source/detail?r=3925

Modified:
  /trunk/src/en/book/ch02-basic-usage.xml

=======================================
--- /trunk/src/en/book/ch02-basic-usage.xml	Tue Jul 26 12:52:25 2011
+++ /trunk/src/en/book/ch02-basic-usage.xml	Thu Jul 28 07:47:09 2011
@@ -590,7 +590,8 @@
          <command>svn update</command>, a letter code is displayed next
          to each item to let you know what actions Subversion performed
          to bring your working copy up to date.  To find out what these
-        letters mean, run <userinput>svn help update</userinput>.</para>
+        letters mean, run <userinput>svn help update</userinput> or
+        see <xref linkend="svn.ref.svn.c.update"/>.</para>

      </sect2>

@@ -1028,7 +1029,8 @@
            information about the files and directories in your working
            copy than we've shown here—for an exhaustive
            description of <command>svn status</command> and its output,
-          see <xref linkend="svn.ref.svn.c.status"/>.</para>
+          run <userinput>svn help status</userinput> or see
+          <xref linkend="svn.ref.svn.c.status"/>.</para>

        </sect3>





More information about the svnbook-dev mailing list