[svnbook] r5485 committed - trunk/en/book/ch04-branching-and-merging.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Nov 8 08:44:50 CST 2017


Revision: 5485
          http://sourceforge.net/p/svnbook/source/5485
Author:   cmpilato
Date:     2017-11-08 14:44:50 +0000 (Wed, 08 Nov 2017)
Log Message:
-----------
Fix a braino.

* en/book/ch04-branching-and-merging.xml
  Refer to 'src/button.c' instead of 'Makefile', since the former is
  what the supported example actually examines.

Patch by: {U+5434}{U+5468}{U+8F89}

Modified Paths:
--------------
    trunk/en/book/ch04-branching-and-merging.xml

Modified: trunk/en/book/ch04-branching-and-merging.xml
===================================================================
--- trunk/en/book/ch04-branching-and-merging.xml	2017-11-08 13:28:28 UTC (rev 5484)
+++ trunk/en/book/ch04-branching-and-merging.xml	2017-11-08 14:44:50 UTC (rev 5485)
@@ -2909,7 +2909,7 @@
       <para>The <command>svn blame</command> command also takes the
         <option>--use-merge-history</option> (<option>-g</option>)
         option.  If this option is neglected, somebody looking at
-        a line-by-line annotation of <filename>Makefile</filename> may
+        a line-by-line annotation of <filename>src/button.c</filename> may
         get the mistaken impression that you were responsible for a
         particular change:</para>
 




More information about the svnbook-dev mailing list