." IBM_PROLOG_BEGIN_TAG ." This is an automatically generated prolog. ." ." gos720 src/gos/2d/XTOP/programs/xkill/xkill.man 1.1 ." ." Licensed Materials - Property of IBM ." ." COPYRIGHT International Business Machines Corp. 1996 ." All Rights Reserved ." ." US Government Users Restricted Rights - Use, duplication or ." disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ." ." IBM_PROLOG_END_TAG .\" SCCSID_BEGIN_TAG .\" @(#)97 1.1 src/gos/2d/XTOP/programs/xkill/xkill.man, xsample, gos720 7/16/96 11:17:32 .\" SCCSID_END_TAG .\" $XConsortium: xkill.man /main/16 1995/12/15 14:04:22 gildea $ .\" Copyright (c) 1988 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, .\" distribute, sublicense, and/or sell copies of the Software, and to .\" permit persons to whom the Software is furnished to do so, subject to .\" the following conditions: .\" .\" 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. .\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" 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 X Consortium shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .TH XKILL 1 "Release 6.1" "X Version 11" .SH NAME xkill - kill a client by its X resource .SH SYNOPSIS .B "xkill" [\-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 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 is pressed over a non-root window, the server will close its connection to the client that created the window. .SH OPTIONS .TP 8 .B \-display \fIdisplayname\fP 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 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. 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 each of the currently defined buttons to give you several chances to abort. Use of this option is highly discouraged. .TP 8 .B \-frame This option indicates that xkill should ignore the standard conventions for finding top-level client windows (which are typically nested inside a window manager window), and simply believe that you want to kill direct children of the root. .SH XDEFAULTS .TP 8 .B Button Specifies a specific pointer button number or the word "any" to use when selecting windows. .SH "SEE ALSO" X(1), xwininfo(1), XKillClient and XGetPointerMapping in the Xlib Programmers Manual, KillClient in the X Protocol Specification .SH AUTHOR Jim Fulton, MIT X Consortium .br Dana Chee, Bellcore