Package: xtrace
Version: 0.3-1
Tags: patch

In xtrace(1):
         xtrace [ ptions ] -s

I also fix some other small problems with the manpage with the
attached patch.
--- -   2006-03-07 15:17:46.474625000 -0500
+++ /tmp/xtrace.1       2006-03-07 15:17:27.000000000 -0500
@@ -1,17 +1,23 @@
-.TH XTRACE 1 "28. February 2006" "xtrace" XTRACE
+.TH XTRACE 1 "07 March 2006" "xtrace" XTRACE
 .SH NAME
 xtrace \- trace communication between X11 client and server
 .SH SYNOPSIS
-.B xtrace \fR[\fP \foptions\fP \fR]\fP -s
+.B xtrace \fR[\fP \f options\fP \fR]\fP
 
-.B xtrace \fR[\fP \foptions\fP \fR]\fP -k
+.B xtrace \fR[\fP \f options\fP \fR]\fP
 .SH DESCRIPTION
 Xtrace fakes an X server and forwards all connections to
-an real X server, printing out the communication in between
+a real X server, displaying the communication between clients
 in (well, thoretically) human readable form.
 
 .SH OPTIONS
 .TP
+.B \-s \fR|\fP \-\-stopwhendone \fR(default)\fP
+Terminate when all forwarded clients have disconnected.
+.TP
+.B \-k \fR|\fP \-\-keeprunning
+If all clients disconnected, wait for new ones to connect.
+.TP
 .B \-d \fIname\fP \fR|\fP \-\-display \fIname\fP
 Forward connections to the X server specified by \fIname\fP
 instead of the one specified by the environment variable
@@ -47,12 +53,6 @@
 Do not call \fBxauth\fP and do fiddle with authentication tokens but
 leave that to the user to handle. 
 .TP
-.B \-s \fR|\fP \-\-stopwhendone \fR(default in xtrace 0.1)\fP
-Terminate when all forwarded clients have disconnected.
-.TP
-.B \-k \fR|\fP \-\-keeprunning
-If all clients disconnected, wait for new ones to connect.
-.TP
 .B \-e \fR|\fP \-\-denyextensions
 Modify all server replies to say there are no extensions available.
 (As xtrace does supports only BIG-REQUESTS, RENDER and SHAPE anyway and 

Reply via email to