diff options
Diffstat (limited to 'app/xev/xev.man')
-rw-r--r-- | app/xev/xev.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/xev/xev.man b/app/xev/xev.man index dcb1e3acc..8bb7e32ab 100644 --- a/app/xev/xev.man +++ b/app/xev/xev.man @@ -1,7 +1,3 @@ -.\" $XConsortium: xev.man,v 1.10 94/04/17 20:45:20 gildea Exp $ -.\" -.\" $XFree86: xc/programs/xev/xev.man,v 1.3 2001/01/27 18:21:11 dawes Exp $ -.\" .TH XEV 1 __xorgversion__ .SH NAME xev - print contents of X events @@ -9,7 +5,7 @@ xev - print contents of X events .B "xev" [\-display \fIdisplayname\fP] [\-geometry \fIgeom\fP] [\-bw \fIpixels\fP] [\-bs \fI{NotUseful,WhenMapped,Always}\fP] -[\-id \fIwindowid\fP] [\-s] [\-name \fIstring\fP] [\-rv] +[\-id \fIwindowid\fP] [\-root] [\-s] [\-name \fIstring\fP] [\-rv] .SH DESCRIPTION .PP \fIXev\fP creates a window and then asks the X server to send it @@ -40,6 +36,10 @@ means that the xev process will redraw its contents itself, as necessary. This option specifies that the window with the given id should be monitored, instead of creating a new window. .TP 8 +.B \-root +This option specifies that the root window should be +monitored, instead of creating a new window. +.TP 8 .B \-s This option specifies that save-unders should be enabled on the window. Save unders are similar to backing store, but they refer rather to the saving of |