summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-13 20:46:54 +0000
committerwiz <wiz@pkgsrc.org>2022-07-13 20:46:54 +0000
commit36c92a03988f5ba1d97fa415746503aea0d7b1a1 (patch)
treec3cda6d68292fd8a45392094506e95b39b1e76a5 /x11
parent0a05fa7481d6935c5d50817661b6d487f2131f19 (diff)
downloadpkgsrc-36c92a03988f5ba1d97fa415746503aea0d7b1a1.tar.gz
xev: update DESCR
Diffstat (limited to 'x11')
-rw-r--r--x11/xev/DESCR11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/xev/DESCR b/x11/xev/DESCR
index 016deab69ec..2fbd19aa075 100644
--- a/x11/xev/DESCR
+++ b/x11/xev/DESCR
@@ -1,6 +1,9 @@
-Xev is an X11 debugging tool. Xev creates a window (or can attach
-to an existing window) and then asks the X server to send it events
-whenever anything happens to the window (such as it being moved,
-resized, typed in, clicked in, etc cetera).
+xev creates a window and then asks the X server to send it X11
+events whenever anything happens to the window (such as it being
+moved, resized, typed in, clicked in, etc.). You can also attach
+it to an existing window. It is useful for seeing what causes
+events to occur and to display the information that they contain;
+it is essentially a debugging and development tool, and should not
+be needed in normal usage.
This is the version of xev maintained by Xorg.