Author: mcbrown
Date: 2007-12-17 16:29:56 +0100 (Mon, 17 Dec 2007)
New Revision: 9352
Log:
Removing a stray period
Modified:
trunk/refman-4.1/installing.xml
trunk/refman-5.0/extending-mysql.xml
trunk/refman-5.1/extending-mysql.xml
trunk/refman-6.0/extending-mysql.xml
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2007-12-17 15:22:19 UTC (rev 9351)
+++ trunk/refman-4.1/installing.xml 2007-12-17 15:29:56 UTC (rev 9352)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 700 bytes
@@ -20016,7 +20016,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack
-</programlisting>.
+</programlisting>
<para>
If you were not able to include demangled C++ names in
@@ -20026,7 +20026,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack|c++filt
-</programlisting>.
+</programlisting>
<para>
This prints out where <command>mysqld</command> died. If
Modified: trunk/refman-5.0/extending-mysql.xml
===================================================================
--- trunk/refman-5.0/extending-mysql.xml 2007-12-17 15:22:19 UTC (rev 9351)
+++ trunk/refman-5.0/extending-mysql.xml 2007-12-17 15:29:56 UTC (rev 9352)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 711 bytes
@@ -3218,7 +3218,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack
-</programlisting>.
+</programlisting>
<para>
If you were not able to include demangled C++ names in
@@ -3228,7 +3228,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack|c++filt
-</programlisting>.
+</programlisting>
<para>
This prints out where <command>mysqld</command> died. If
Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml 2007-12-17 15:22:19 UTC (rev 9351)
+++ trunk/refman-5.1/extending-mysql.xml 2007-12-17 15:29:56 UTC (rev 9352)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 711 bytes
@@ -5515,7 +5515,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack
-</programlisting>.
+</programlisting>
<para>
If you were not able to include demangled C++ names in
@@ -5525,7 +5525,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack|c++filt
-</programlisting>.
+</programlisting>
<para>
This prints out where <command>mysqld</command> died. If
Modified: trunk/refman-6.0/extending-mysql.xml
===================================================================
--- trunk/refman-6.0/extending-mysql.xml 2007-12-17 15:22:19 UTC (rev 9351)
+++ trunk/refman-6.0/extending-mysql.xml 2007-12-17 15:29:56 UTC (rev 9352)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 3; 761 bytes
@@ -5498,7 +5498,7 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack
-</programlisting>.
+</programlisting>
<para>
If you were not able to include demangled C++ names in
@@ -5508,9 +5508,8 @@
<programlisting>
resolve_stack_dump -s /tmp/mysqld.sym -n mysqld.stack|c++filt
-</programlisting>.
+</programlisting>
-
<para>
This prints out where <command>mysqld</command> died. If
this doesn't help you find out why
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9352 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0 | mcbrown | 17 Dec |