Clean up white space, and fix a pod2man warning.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Sep 2002 19:33:05 +0000 (19:33 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Sep 2002 19:33:05 +0000 (19:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6177 f5534014-38df-0310-8fa8-9805f1628bb7

doc/tethereal.pod.template

index 062c02b836f8b379b6410466dee4c056e52df7c8..5dec6050b50cdbb799bca7905dade62f66dcefe9 100644 (file)
@@ -307,15 +307,14 @@ after printing the summary or protocol tree.
 
 Get B<Tethereal> to collect various types of statistics and display the result
 after finishing reading the capture file.
-Currently implemented statistics are :
+Currently implemented statistics are:
 
 B<-Z> rpc,rtt,I<program>,I<version>
 
-Collect call/reply RTT data for I<program>/I<version>. Data collected is
-number of calls for each procedure, MinRTT, MaxRTT and AvgRTT. 
-Example: use -Z rpc,rtt,100003,3 to collect data for NFS v3. This option can 
-be used multiple times on the command line.
-
+Collect call/reply RTT data for I<program>/I<version>.  Data collected
+is number of calls for each procedure, MinRTT, MaxRTT and AvgRTT. 
+Example: use B<-Z rpc,rtt,100003,3> to collect data for NFS v3.  This
+option can be used multiple times on the command line. 
 
 =back