1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Fix man page (#343547)
Author: Moray Allan <moray@debian.org>
Last-Update: 2006-01-14
Index: xrestop-0.4/doc/xrestop.1
===================================================================
--- xrestop-0.4.orig/doc/xrestop.1 2006-02-27 23:49:42.000000000 +0300
+++ xrestop-0.4/doc/xrestop.1 2013-03-03 22:48:19.763805344 +0300
@@ -24,11 +24,11 @@
Time in seconds between taking samples. Default is 2 seconds.
.TP
\fB\-\-batch, \-b\fP
-Run in batch mode. Slightly more detailed infomation is streamed to
+Run in batch mode. Slightly more detailed information is streamed to
stdout rather than the usual curses interface. This mode is intended
for debugging a single client with something like
.br
- xrestop \-b | grep \-A 14 appname
+ xrestop \-b | grep \-A 15 appname
.TP
\fB\-\-max\-samples, \-m\fP <count>
Specify number of times to gather and display results.
|