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> <userinput>/bin/sh bk-client2.0.shar</userinput>
- shell> <userinput>cd bk-client2.0</userinput>
- shell> <userinput>make</userinput>
- </programlisting>
+<programlisting>shell> <userinput>/bin/sh
bk-client2.0.shar</userinput>
+shell> <userinput>cd bk-client2.0</userinput>
+shell> <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> <userinput>make CC=gcc</userinput>
- </programlisting>
+<programlisting>shell> <userinput>make
CC=gcc</userinput></programlisting>
<para>
The step above will create the utility <command>bkf</command>,
@@ -8967,9 +8963,7 @@
MySQL ¤t-series; branch:
</para>
-<programlisting>
- shell> <userinput>bkf clone
bk://mysql.bkbits.net/mysql-¤t-series;
mysql-¤t-series;</userinput>
- </programlisting>
+<programlisting>shell> <userinput>bkf clone
bk://mysql.bkbits.net/mysql-¤t-series;
mysql-¤t-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.0 | mcbrown | 12 Nov |