Author: jrussell
Date: 2010-10-16 08:25:07 +0200 (Sat, 16 Oct 2010)
New Revision: 23164
Log:
Fixed a search/replace bug in the replace-example macro.
(In vi or vim, '&' in the replace section repeats the string
that was being changed in the first place. \ escape character
got eaten when evaluating the macro declaration.)
Modified:
trunk/mysql-enterprise-backup-3.5/manual.xml
Modified: trunk/mysql-enterprise-backup-3.5/manual.xml
===================================================================
--- trunk/mysql-enterprise-backup-3.5/manual.xml 2010-10-16 01:35:21 UTC (rev 23163)
+++ trunk/mysql-enterprise-backup-3.5/manual.xml 2010-10-16 06:25:07 UTC (rev 23164)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 699 bytes
@@ -417,7 +417,7 @@
--sleep ms instructs the program to sleep ms milliseconds after each 1 MB
of copied data. You can use this parameter to tune the additional disk i/o
-load the backup program causes on the computer. ms must be <lt; 1000000.
+load the backup program causes on the computer. ms must be < 1000000.
The default for ms is 0.
--suspend-at-end makes ibbackup to behave like this: when the backup
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23164 - trunk/mysql-enterprise-backup-3.5 | john.russell | 16 Oct |