[svnbook commit] r2989 - in trunk/src/en: . book

cmpilato noreply at red-bean.com
Tue Mar 4 21:18:29 CST 2008


Author: cmpilato
Date: Tue Mar  4 21:18:29 2008
New Revision: 2989

Log:
Various notations and consistifications.

Modified:
   trunk/src/en/HACKING
   trunk/src/en/book/ch03-advanced-topics.xml
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/HACKING
==============================================================================
--- trunk/src/en/HACKING	(original)
+++ trunk/src/en/HACKING	Tue Mar  4 21:18:29 2008
@@ -83,6 +83,14 @@
 - We use commented-out divider lines to help us quickly locate section
   boundarties.
 
+- Markup options with aliases like so:
+
+     <option>--revision</option> (<option>-r</option>)
+
+  not like:
+
+     <option>--revision (-r)</option>
+
 
 ==================
 ABBREVIATION RULES
@@ -147,7 +155,8 @@
         can avoid this by using the cross-blather avoid
         command.</para>
 
-      <screen>$ cb-avoid        <!-- No EOL between opening tag and data -->
+      <screen>        <!-- We use an EOL here, but technically shouldn't -->
+$ cb-avoid
 Avoiding blather......... Done
 $
 </screen>                       <!-- Closing tag at the left-most column -->

Modified: trunk/src/en/book/ch03-advanced-topics.xml
==============================================================================
--- trunk/src/en/book/ch03-advanced-topics.xml	(original)
+++ trunk/src/en/book/ch03-advanced-topics.xml	Tue Mar  4 21:18:29 2008
@@ -1916,7 +1916,8 @@
         info</command> will display a line describing that depth
         value:</para>
 
-      <screen>$ svn info mom-immediates | grep '^Depth:'
+      <screen>
+$ svn info mom-immediates | grep '^Depth:'
 Depth: immediates
 $
 </screen>

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Tue Mar  4 21:18:29 2008
@@ -1038,8 +1038,9 @@
           <title>Examples</title>
 
           <para>Edit three files, add them to a changelist, then
-            commit only files in that changelist:</para> <screen>
+            commit only files in that changelist:</para>
 
+          <screen>
 $ svn cl issue1729 foo.c bar.c baz.c
 Path 'foo.c' is now a member of changelist 'issue1729'.
 Path 'bar.c' is now a member of changelist 'issue1729'.




More information about the svnbook-dev mailing list