Parcourir la source

[2136] Make some minor changes to poll-interval's description

Mukund Sivaraman il y a 12 ans
Parent
commit
30bbd3eb05
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/bin/stats/b10-stats.xml

+ 6 - 6
src/bin/stats/b10-stats.xml

@@ -90,7 +90,8 @@
     <title>CONFIGURATION AND COMMANDS</title>
 
     <para>
-      The configurable setting in <filename>stats.spec</filename> is:
+      The only configurable setting in <filename>stats.spec</filename>
+      is:
     </para>
 
     <variablelist>
@@ -98,11 +99,10 @@
         <term><varname>poll-interval</varname></term>
         <listitem>
           <para>
-            is a timer interval in seconds for <command>b10-stats</command> to
-            request each module to return its statistics data. The default is 60
-            second. Polling can be disabled by setting it to 0. The type of the
-            value should be an unsigned integer. A negative integer
-            is ignored.
+            is a time interval in seconds at which <command>b10-stats</command>
+            requests each module to return its statistics data. The default is 60
+            seconds. Polling can be disabled by setting it to 0. The type of the
+            value should be an unsigned integer. Negative integers are ignored.
           </para>
         </listitem>
       </varlistentry>