summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-13 11:15:47 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-13 11:15:47 -0500
commit53c871b0439997c0a73ecf8f1af892efa955daa7 (patch)
tree411cfe49216adeb7e590331c84746ee4c30714f3
parente74ac8c79c617faa5d28b6d40ffd58c7aa1b4919 (diff)
man: remove trailing spaces and tabs
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xev.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/xev.man b/xev.man
index 8bb7e32..f124cd6 100644
--- a/xev.man
+++ b/xev.man
@@ -13,7 +13,7 @@ xev - print contents of X events
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.
+development tool, and should not be needed in normal usage.
.SH OPTIONS
.TP 8
.B \-display \fIdisplay\fP
@@ -21,7 +21,7 @@ This option specifies the X server to contact.
.TP 8
.B \-geometry \fIgeom\fP
This option specifies the size and/or location of the window, if a window is
-to be created.
+to be created.
.TP 8
.B \-bw \fIpixels\fP
This option specifies the border width for the window.