~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xev/xev.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XConsortium: xev.man,v 1.10 94/04/17 20:45:20 gildea Exp $
 
2
.\"
 
3
.\" $XFree86: xc/programs/xev/xev.man,v 1.3 2001/01/27 18:21:11 dawes Exp $
 
4
.\"
 
5
.TH XEV 1 __xorgversion__
 
6
.SH NAME
 
7
xev - print contents of X events
 
8
.SH SYNOPSIS
 
9
.B "xev"
 
10
[\-display \fIdisplayname\fP] [\-geometry \fIgeom\fP]
 
11
[\-bw \fIpixels\fP] [\-bs \fI{NotUseful,WhenMapped,Always}\fP]
 
12
[\-id \fIwindowid\fP] [\-s] [\-name \fIstring\fP] [\-rv]
 
13
.SH DESCRIPTION
 
14
.PP
 
15
\fIXev\fP creates a window and then asks the X server to send it
 
16
\fIevents\fP whenever anything happens to the window (such as being moved,
 
17
resized, typed in, clicked in, etc.).  You can also attach it to an
 
18
existing window.  It is useful for seeing what causes
 
19
events to occur and to display the information that they contain.
 
20
.SH OPTIONS
 
21
.TP 8
 
22
.B \-display \fIdisplay\fP
 
23
This option specifies the X server to contact.
 
24
.TP 8
 
25
.B \-geometry \fIgeom\fP
 
26
This option specifies the size and/or location of the window.
 
27
.TP 8
 
28
.B \-bw \fIpixels\fP
 
29
This option specifies the border width for the window.
 
30
.TP 8
 
31
.B \-bs \fI{NotUseful,WhenMapped,Always}\fP
 
32
This option specifies what kind of backing store to give the window.
 
33
The default is NotUseful.
 
34
.TP 8
 
35
.B \-id \fIwindowid\fP
 
36
This option specifies that the window with the given id should be
 
37
monitored, instead of creating a new window.
 
38
.TP 8
 
39
.B \-s
 
40
This option specifies that save-unders should be enabled on the window.
 
41
.TP 8
 
42
.B \-name \fIstring\fP
 
43
This option specifies the name to assign to the created window.
 
44
.TP 8
 
45
.B \-rv
 
46
This option specifies that the window should be in reverse video.
 
47
.SH "SEE ALSO"
 
48
X(__miscmansuffix__), xwininfo(1), xdpyinfo(1), Xlib Programmers Manual, X Protocol
 
49
Specification
 
50
.br
 
51
See \fIX(__miscmansuffix__)\fP for a full statement of rights and permissions.
 
52
.SH AUTHOR
 
53
Jim Fulton, MIT X Consortium