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
commit5d5c42bb6720df4cc4586535ae069ea706b2b30d (patch)
treea9f5d24f41e89b3863a7f92f5bac6cca19a3c18a
parent6f00d84fb6d44bc76e50c111f8afc1c961778d7c (diff)
man: remove trailing spaces and tabs
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xkill.man22
1 files changed, 11 insertions, 11 deletions
diff --git a/xkill.man b/xkill.man
index 2dfc4bb..28aefdb 100644
--- a/xkill.man
+++ b/xkill.man
@@ -1,14 +1,14 @@
.\" Copyright 1988, 1998 The Open Group
-.\"
+.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
.\" documentation for any purpose is hereby granted without fee, provided that
.\" the above copyright notice appear in all copies and that both that
.\" copyright notice and this permission notice appear in supporting
.\" documentation.
-.\"
+.\"
.\" The above copyright notice and this permission notice shall be included
.\" in all copies or substantial portions of the Software.
-.\"
+.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -16,7 +16,7 @@
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
.\" OTHER DEALINGS IN THE SOFTWARE.
-.\"
+.\"
.\" Except as contained in this notice, the name of The Open Group shall
.\" not be used in advertising or otherwise to promote the sale, use or
.\" other dealings in this Software without prior written authorization
@@ -27,12 +27,12 @@
xkill - kill a client by its X resource
.SH SYNOPSIS
.B "xkill"
-[\-display \fIdisplayname\fP] [\-id \fIresource\fP] [\-button number] [\-frame] [\-all]
+[\-display \fIdisplayname\fP] [\-id \fIresource\fP] [\-button number] [\-frame] [\-all]
.SH DESCRIPTION
.PP
.I Xkill
is a utility for forcing the X server to close connections to clients. This
-program is very dangerous, but is useful for aborting programs that have
+program is very dangerous, but is useful for aborting programs that have
displayed undesired windows on a user's screen. If no resource identifier
is given with \fI-id\fP, \fIxkill\fP will display a special cursor
as a prompt for the user to select a window to be killed. If a pointer button
@@ -45,19 +45,19 @@ This option specifies the name of the X server to contact.
.TP 8
.B \-id \fIresource\fP
This option specifies the X identifier for the resource whose creator is
-to be aborted. If no resource is specified, \fIxkill\fP will display a
+to be aborted. If no resource is specified, \fIxkill\fP will display a
special cursor with which you should select a window to be kill.
.TP 8
.B \-button \fInumber\fP
This option specifies the number of pointer button
-that should be used in selecting a window to kill.
+that should be used in selecting a window to kill.
If the word "any" is specified, any button on the pointer may be used. By
default, the first button in the pointer map (which is usually the leftmost
button) is used.
.TP 8
.B \-all
This option indicates that all clients with top-level windows on the screen
-should be killed. \fIXkill\fP will ask you to select the root window with
+should be killed. \fIXkill\fP will ask you to select the root window with
each of the currently defined buttons to give you several chances to abort.
Use of this option is highly discouraged.
.TP 8
@@ -76,10 +76,10 @@ continue.
.SH XDEFAULTS
.TP 8
.B Button
-Specifies a specific pointer button number or the word "any" to use when
+Specifies a specific pointer button number or the word "any" to use when
selecting windows.
.SH "SEE ALSO"
-X(__miscmansuffix__), xwininfo(1), XKillClient and XGetPointerMapping in the Xlib Programmers
+X(__miscmansuffix__), xwininfo(1), XKillClient and XGetPointerMapping in the Xlib Programmers
Manual, KillClient in the X Protocol Specification
.SH AUTHOR
Jim Fulton, MIT X Consortium