List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 12 2007 12:32pm
Subject:svn commit - mysqldoc@docsrva: r8657 - trunk/refman-5.0
View as plain text  
Author: mcbrown
Date: 2007-11-12 12:32:05 +0100 (Mon, 12 Nov 2007)
New Revision: 8657

Log:
Fixing some bad programlisting indentation



Modified:
   trunk/refman-5.0/installing-cs.xml


Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml	2007-11-12 03:15:53 UTC (rev 8656)
+++ trunk/refman-5.0/installing-cs.xml	2007-11-12 11:32:05 UTC (rev 8657)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 11; 1661 bytes

@@ -8892,20 +8892,16 @@
         To install the BitKeeper client on Unix, use these commands:
       </para>
 
-<programlisting>
-        shell&gt; <userinput>/bin/sh bk-client2.0.shar</userinput>
-        shell&gt; <userinput>cd bk-client2.0</userinput>
-        shell&gt; <userinput>make</userinput>
-      </programlisting>
+<programlisting>shell&gt; <userinput>/bin/sh
bk-client2.0.shar</userinput>
+shell&gt; <userinput>cd bk-client2.0</userinput>
+shell&gt; <userinput>make</userinput></programlisting>
 
       <para>
         If you get a <literal>cc: command not found</literal> error,
         invoke this command before running <literal>make</literal>:
       </para>
 
-<programlisting>
-        shell&gt; <userinput>make CC=gcc</userinput>
-      </programlisting>
+<programlisting>shell&gt; <userinput>make
CC=gcc</userinput></programlisting>
 
       <para>
         The step above will create the utility <command>bkf</command>,

@@ -8967,9 +8963,7 @@
             MySQL &current-series; branch:
           </para>
 
-<programlisting>
-            shell&gt; <userinput>bkf clone
bk://mysql.bkbits.net/mysql-&current-series;
mysql-&current-series;</userinput>
-          </programlisting>
+<programlisting>shell&gt; <userinput>bkf clone
bk://mysql.bkbits.net/mysql-&current-series;
mysql-&current-series;</userinput></programlisting>
 
           <para>
             In the preceding example, the source tree is set up in the


Thread
svn commit - mysqldoc@docsrva: r8657 - trunk/refman-5.0mcbrown12 Nov