List:Commits« Previous MessageNext Message »
From:martin.brown Date:September 19 2008 2:29pm
Subject:svn commit - mysqldoc@docsrva: r11857 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2008-09-19 16:29:50 +0200 (Fri, 19 Sep 2008)
New Revision: 11857

Log:
Fixing some indention and wording issues



Modified:
   trunk/refman-common/ha-memcached-core.xml
   trunk/refman-common/ha-vm.xml


Modified: trunk/refman-common/ha-memcached-core.xml
===================================================================
--- trunk/refman-common/ha-memcached-core.xml	2008-09-19 13:38:08 UTC (rev 11856)
+++ trunk/refman-common/ha-memcached-core.xml	2008-09-19 14:29:50 UTC (rev 11857)
Changed blocks: 1, Lines Added: 46, Lines Deleted: 46; 5204 bytes

@@ -3383,52 +3383,52 @@
     </para>
 
 <programlisting>$VAR1 = {
-          'hosts' => {
-                       'localhost:11211' => {
-                                              'misc' => {
-                                                          'bytes' => '2421',
-                                                          'curr_connections' => '3',
-                                                          'connection_structures' => '56',
-                                                          'pointer_size' => '32',
-                                                          'time' => '1211440166',
-                                                          'total_items' => '410956',
-                                                          'cmd_set' => '588167',
-                                                          'bytes_written' => '35715151',
-                                                          'evictions' => '0',
-                                                          'curr_items' => '31',
-                                                          'pid' => '23599',
-                                                          'limit_maxbytes' => '67108864',
-                                                          'uptime' => '1254',
-                                                          'rusage_user' => '9.857805',
-                                                          'cmd_get' => '838451',
-                                                          'rusage_system' => '34.096988',
-                                                          'version' => '1.2.5',
-                                                          'get_hits' => '581511',
-                                                          'bytes_read' => '46665716',
-                                                          'threads' => '1',
-                                                          'total_connections' => '3104',
-                                                          'get_misses' => '256940'
-                                                        },
-                                              'sizes' => {
-                                                           '128' => '16',
-                                                           '64' => '15'
-                                                         }
-                                            }
-                     },
-          'self' => {},
-          'total' => {
-                       'cmd_get' => 838451,
-                       'bytes' => 2421,
-                       'get_hits' => 581511,
-                       'connection_structures' => 56,
-                       'bytes_read' => 46665716,
-                       'total_items' => 410956,
-                       'total_connections' => 3104,
-                       'cmd_set' => 588167,
-                       'bytes_written' => 35715151,
-                       'curr_items' => 31,
-                       'get_misses' => 256940
-                     }
+    'hosts' => {
+           'localhost:11211' => {
+                      'misc' => {
+                            'bytes' => '2421',
+                            'curr_connections' => '3',
+                            'connection_structures' => '56',
+                            'pointer_size' => '32',
+                            'time' => '1211440166',
+                            'total_items' => '410956',
+                            'cmd_set' => '588167',
+                            'bytes_written' => '35715151',
+                            'evictions' => '0',
+                            'curr_items' => '31',
+                            'pid' => '23599',
+                            'limit_maxbytes' => '67108864',
+                            'uptime' => '1254',
+                            'rusage_user' => '9.857805',
+                            'cmd_get' => '838451',
+                            'rusage_system' => '34.096988',
+                            'version' => '1.2.5',
+                            'get_hits' => '581511',
+                            'bytes_read' => '46665716',
+                            'threads' => '1',
+                            'total_connections' => '3104',
+                            'get_misses' => '256940'
+                          },
+                      'sizes' => {
+                             '128' => '16',
+                             '64' => '15'
+                           }
+                    }
+         },
+    'self' => {},
+    'total' => {
+           'cmd_get' => 838451,
+           'bytes' => 2421,
+           'get_hits' => 581511,
+           'connection_structures' => 56,
+           'bytes_read' => 46665716,
+           'total_items' => 410956,
+           'total_connections' => 3104,
+           'cmd_set' => 588167,
+           'bytes_written' => 35715151,
+           'curr_items' => 31,
+           'get_misses' => 256940
+         }
         };
 </programlisting>
 


Modified: trunk/refman-common/ha-vm.xml
===================================================================
--- trunk/refman-common/ha-vm.xml	2008-09-19 13:38:08 UTC (rev 11856)
+++ trunk/refman-common/ha-vm.xml	2008-09-19 14:29:50 UTC (rev 11857)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 528 bytes

@@ -224,7 +224,7 @@
 
       <listitem>
         <para>
-          For general performance issues and the problems and the
+          For general performance issues, problems and the
           probable causes, see
           <xref linkend="ha-vm-commonissues-performance"/>.
         </para>


Thread
svn commit - mysqldoc@docsrva: r11857 - trunk/refman-commonmartin.brown19 Sep