doc: quote list items in POD
[openafs.git] / doc / man-pages / pod1 / xstat_fs_test.pod
index 81c1555..7c2257d 100644 (file)
@@ -4,15 +4,21 @@ xstat_fs_test - Displays data collections from the File Server process
 
 =head1 SYNOPSIS
 
-B<xstat_fs_test> [I<initcmd>] B<-fsname> <I<file server name(s) to monitor>>+
-    B<-collID> <I<collection(s) to fetch>>+ [B<-onceonly>]
-    [B<-frequency> <I<poll frequency, in seconds>>]
-    [B<-period> <I<data collection time, in minutes>>] [B<-debug>] [B<-help>]
+=for html
+<div class="synopsis">
 
-B<xstat_fs_test> [B<initcmd>] B<-fs> <I<File Server name(s) to monitor>>+
-    B<-c> <I<Collection(s) to fetch>>+ [B<-o>]
-    [B<-fr> <I<poll frequency, in seconds>>]
-    [B<-p> <I<data collection time, in minutes>>] [B<-d>] [B<-h>]
+B<xstat_fs_test> [I<initcmd>] S<<< B<-fsname> <I<file server name(s) to monitor>>+ >>>
+    S<<< B<-collID> <I<collection(s) to fetch>>+ >>> [B<-onceonly>]
+    S<<< [B<-frequency> <I<poll frequency, in seconds>>] >>>
+    S<<< [B<-period> <I<data collection time, in minutes>>] >>> [B<-debug>] [B<-help>]
+
+B<xstat_fs_test> [B<initcmd>] S<<< B<-fs> <I<File Server name(s) to monitor>>+ >>>
+    S<<< B<-c> <I<Collection(s) to fetch>>+ >>> [B<-o>]
+    S<<< [B<-fr> <I<poll frequency, in seconds>>] >>>
+    S<<< [B<-p> <I<data collection time, in minutes>>] >>> [B<-d>] [B<-h>]
+
+=for html
+</div>
 
 =head1 DESCRIPTION
 
@@ -42,28 +48,35 @@ Specifies each data collection to return, which defines the type and
 amount of data the command interpreter gathers about the File Server.
 Data is returned in a predefined data structure.
 
-There are three acceptable values: 
+There are four acceptable values:
 
 =over 4
 
-=item 0
+=item C<0>
 
 Provides profiling information about the numbers of times different
 internal File Server routines were called since the File Server
 started. This value is not currently implemented; it returns no data.
 
-=item 1
+=item C<1>
 
 Reports various internal performance statistics related to the File Server
 (for example, vnode cache entries and Rx protocol activity).
 
-=item 2
+=item C<2>
 
 Reports all of the internal performance statistics provided by the C<1>
 setting, plus some additional, detailed performance figures about the File
 Server (for example, minimum, maximum, and cumulative statistics regarding
 File Server RPCs, how long they take to complete, and how many succeed).
 
+=item C<3>
+
+Reports File Server callback processing statistics since the File Server
+started, including the number of call of callbacks added (AddCallBack), the
+number of callbacks broken (BreakCallBacks), and the number of callback
+space reclaims (GetSomeSpaces).
+
 =back
 
 =item B<-onceonly>