diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-01-29 15:05:51 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-01-30 15:14:43 -0800 |
commit | a687c0900872326b864baeb4d6b056153a0cc8c1 (patch) | |
tree | f9b027b03c258e6e4123c7c7df345197878ea8f6 | |
parent | ea6c49b7635e21ab97c5ee41963d5024466e0106 (diff) |
man: Add -event to the command synopsis
Commit d33b2c81bd931d581e5ce4b36f99ee60a76e740d added an option, -event, to
allow the user to select which events to display. I remembered to add it to the
man page's OPTIONS, section, but not to the command summary in the SYNOPSIS
section.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | man/xev.man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/xev.man b/man/xev.man index ca38d56..f40b81d 100644 --- a/man/xev.man +++ b/man/xev.man @@ -6,6 +6,7 @@ xev - print contents of X events [\-display \fIdisplayname\fP] [\-geometry \fIgeom\fP] [\-bw \fIpixels\fP] [\-bs \fI{NotUseful,WhenMapped,Always}\fP] [\-id \fIwindowid\fP] [\-root] [\-s] [\-name \fIstring\fP] [\-rv] +[\-event \fIevent_mask\fP [\-event \fIevent_mask\fP ...]] .SH DESCRIPTION .PP \fIXev\fP creates a window and then asks the X server to send it |