Howdy,
The following patch cleans up some texinfo artifacts.
Matt
* doc/book/book/ch03.xml: Clean up texinfo artifacts.
* doc/book/book/ch04.xml: Likewise.
* doc/book/book/ch05.xml: Likewise.
Index: doc/book/book/ch03.xml
===================================================================
--- doc/book/book/ch03.xml
+++ doc/book/book/ch03.xml 2002-10-30 08:53:59.000000000 -0800
@@ -525,8 +525,8 @@
<computeroutput>L</computeroutput> if you run <command>svn
status</command> in a directory you are currently running
<command>svn commit</command> when you are editing the log
- message. If there are no running @command{svn}'s, then
- presumably @command{svn} was forcibly quit or died and the
+ message. If there are no running <command>svn</command>'s, then
+ presumably <command>svn</command> was forcibly quit or died and the
lock needs to be cleaned up by running <command>svn
cleanup</command>. Locks typically appear if a Subversion
command is interrupted before completion.</para>
@@ -536,13 +536,13 @@
or directory is scheduled to be added or modified with
additional attached history. This typically happens when you
<command>svn mv</command> or <command>svn cp</command> a file
- or directory. If you see <computeroutput>A @ @
+ or directory. If you see <computeroutput>A
+</computeroutput>, this means the item is scheduled for
addition-with-history. It could be a file, or the root of a
- copied directory. <computeroutput>_ @ @ +</computeroutput>
+ copied directory. <computeroutput>_ +</computeroutput>
means the item is part of a subtree scheduled for
addition-with-history, i.e. some parent got copied, and its
- just coming along for the ride. <computeroutput>M @ @
+ just coming along for the ride. <computeroutput>M
+</computeroutput> means the item is part of a subtree
scheduled for addition-with-history, <emphasis>and</emphasis>
it has local mods. When you commit, first some parent will be
@@ -643,11 +643,11 @@
+
+#include <stdio.h>
- int main(void) @{
+ int main(void) {
- printf("Sixty-four slices of American Cheese...\n");
+ printf("Sixty-five slices of American Cheese...\n");
return 0;
- @}
+ }
Index: ./README
===================================================================
@@ -834,7 +834,7 @@
<para>Another way to specify a log message is to place it in a
file, and pass the filename with the <option>-F</option>
- switch. If you fail to specify either the @option{-m} or
+ switch. If you fail to specify either the <option>-m</option> or
<option>-F</option> switch, then Subversion will
automatically launch your favorite <command>$EDITOR</command>
for composing a log message.</para>
Index: doc/book/book/ch04.xml
===================================================================
--- doc/book/book/ch04.xml
+++ doc/book/book/ch04.xml 2002-10-30 08:53:07.000000000 -0800
@@ -515,7 +515,7 @@
<para>The script also accepts a separate configuration file for
applying properties to specific files and directories matching a
- regular expression that are @emph{added} to the repository.
+ regular expression that are <emphasis>added</emphasis> to the repository.
This script will not modify properties of already existing files
or directories in the repository. This configuration file is
specified to <command>svn_load_dirs.pl</command> using the
@@ -547,7 +547,7 @@
<literal>property_value</literal> columns, you must surround the
value with either a single or double quote. You can protect
single or double quotes with a \ character. The \ character is
- removed by this script @emph{only} for whitespace or quote
+ removed by this script <emphasis>only</emphasis> for whitespace or quote
characters, so you do not need to protect any other characters,
beyond what you would normally protect for the regular
expression.</para>
Index: doc/book/book/ch05.xml
===================================================================
--- doc/book/book/ch05.xml
+++ doc/book/book/ch05.xml 2002-10-30 08:51:04.000000000 -0800
@@ -1049,7 +1049,7 @@
* Dumped revision 0.
* Dumped revision 1.
* Dumped revision 2.
-@hellip;
+…
</screen>
<para>This stream describes every revision in your repository as a
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 30 18:05:15 2002