summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2004-02-07 00:08:57 +0000
committerMatthew Allum <breakfast@10.am>2004-02-07 00:08:57 +0000
commit90bf12125060c8b5ae3d099ad4f416add39a4a31 (patch)
tree8095798cd137ea14c0ce21ce86bb0f25718ff32e
parentd87556675bb367cece7947e72d020e3ba8c50cc9 (diff)
man page patch from morray
-rw-r--r--ChangeLog5
-rw-r--r--doc/xrestop.128
2 files changed, 20 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 832e205..51cde7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-07 Matthew Allum,,, <mallum@handhelds.org>
+
+ * doc/xrestop.1:
+ Applied man page patch from Moray Allan
+
2004-01-02 Matthew Allum <mallum@handhelds.com>
Applied patch from Alan Coopersmith;
diff --git a/doc/xrestop.1 b/doc/xrestop.1
index 4be98da..3581f2b 100644
--- a/doc/xrestop.1
+++ b/doc/xrestop.1
@@ -1,38 +1,40 @@
.TH "xrestop" 1
.SH NAME
-xrestop \- A X11 client server resource usage monitor
+xrestop \- monitor server resources used by X11 clients
.SH SYNOPSIS
.B xrestop
--help
+\-help
.br
.B xrestop
-[ \fB-display\fP display ] [ \fB--batch\fP ] [ \fB--delay-time\fP seconds ]
+[ \fB\-display\fP display ] [ \fB\-\-batch\fP ] [ \fB\-\-delay\-time\fP seconds ]
.SH DESCRIPTION
-Xrestop uses the XRes extension to provide 'top' like statistics of
-each connected X11 client server side resource usage. It is intended
+Xrestop uses the X\-Resource extension to provide 'top'\-like statistics of
+each connected X11 client's server\-side resource usage. It is intended
as a developer tool to aid more efficient server resource usage and
-debug server side resource leakage.
+debug server\-side resource leakage.
.SH OPTIONS
.TP
\fB\-\-help\fP
Show usage.
.TP
-\fB\-\-display, -d\fP <display>
+\fB\-\-display, \-d\fP <display>
Specify X11 display to monitor.
.TP
-\fB\-\--delay-time, -dt\fP <seconds>
+\fB\-\-delay-time, \-dt\fP <seconds>
Time in seconds between taking samples. Default is 2 seconds.
.TP
-\fB\-\--batch, -b\fP
+\fB\-\-batch, \-b\fP
Run in batch mode. Slightly more detailed infomation 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 14 appname
.br
.SH "SEE ALSO"
-X(7) TOP(1)
+.BR X (7),
+.BR top (1) .
.SH BUGS
-XRes extension is very new and may not be 100% accurate.
+The X\-Resource extension is very new and may not be 100% accurate.
.SH AUTHOR
-<mallum@handhelds.org> \ No newline at end of file
+.B xrestop
+was written by Matthew Allum <mallum@handhelds.org>.