Download raw body.
xev.man missing -1 option
xev -h lists -1 option to display events on a single line. This diff adds -1 help to xev.man
Index: xev.man
===================================================================
RCS file: /cvs/xenocara/app/xev/man/xev.man,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 xev.man
--- xev.man 12 Jul 2026 14:50:52 -0000 1.5
+++ xev.man 3 Sep 2026 17:43:53 -0000
@@ -6,7 +6,7 @@ xev - print contents of X events
\fBxev\fP [\fB\-display\fP \fIdisplayname\fP] [\fB\-geometry\fP \fIgeom\fP] [\fB\-bw\fP \fIpixels\fP]
[\fB\-bs\fP \fBNotUseful\fP|\fBWhenMapped\fP|\fBAlways\fP] [\fB\-id\fP \fIwindowid\fP] [\fB\-root\fP] [\fB\-s\fP]
[\fB\-name\fP \fIstring\fP] [\fB\-rv\fP] [\fB\-event\fP \fIevent_mask\fP [\fB\-event\fP \fIevent_mask\fP ...]]
- [\fB\-help\fP|\fB\-version\fP]
+ [\fB\-1\fP] [\fB\-help\fP|\fB\-version\fP]
.fi
.SH DESCRIPTION
\fBXev\fP creates a window and then asks the X server to send it
@@ -63,6 +63,9 @@ When not specified, all events are selec
Available event masks:
\fBkeyboard mouse expose visibility structure substructure
focus property colormap owner_grab_button randr button\fP
+.TP 8
+.B \-1
+This option specifies to display a single line per event.
.TP 8
.B \-help
This option prints the program usage and exits
xev.man missing -1 option