diff options
author | Stéphane Aulery <lkppo@free.fr> | 2013-07-03 00:29:17 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-06-09 10:06:46 -0700 |
commit | 58213a0cd39dc4ba044f48fab52ed3256ab9a9bd (patch) | |
tree | 0c4f5d59967fb7abe859142785bad3ac15e33165 /man | |
parent | d19200c0b0ff638edbb16555e711d2353625bd4a (diff) |
Improve manpage and -h option
- Rename windows and display args.
- Mention of short (-d) -display option.
Signed-off-by: Stéphane Aulery <lkppo@free.fr>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xwininfo.man | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/xwininfo.man b/man/xwininfo.man index 66418c6..ca27faa 100644 --- a/man/xwininfo.man +++ b/man/xwininfo.man @@ -28,11 +28,11 @@ xwininfo \- window information utility for X .SH SYNOPSIS .B "xwininfo" -[\-help] [\-id \fIid\fP] [\-root] [\-name \fIname\fP] [\-int] +[\-help] [\-id \fIwdid\fP] [\-root] [\-name \fIwdname\fP] [\-int] [\-children] [\-tree] [\-stats] [\-bits] [\-events] [\-size] [\-wm] [\-shape] [\-frame] [\-all] [\-english] [\-metric] -[\-display \fIdisplay\fP] [\-version] +[\-display \fIhost:dpy\fP] [\-version] .SH DESCRIPTION .PP .I Xwininfo @@ -55,16 +55,16 @@ on the screen's root window. Print out the `Usage:' command syntax summary. .PP .TP 8 -.B "\-id \fIid\fP" -This option allows the user to specify a target window \fIid\fP on the +.B "\-id \fIwdid\fP" +This option allows the user to specify a target window \fIwdid\fP on the command line rather than using the mouse to select the target window. This is very useful in debugging X applications where the target window is not mapped to the screen or where the use of the mouse might be impossible or interfere with the application. .PP .TP 8 -.B "\-name \fIname\fP" -This option allows the user to specify that the window named \fIname\fP +.B "\-name \fIwdname\fP" +This option allows the user to specify that the window named \fIwdname\fP is the target window on the command line rather than using the mouse to select the target window. .PP @@ -152,9 +152,9 @@ same time. This option is a quick way to ask for all information possible. .PP .TP 8 -.B \-display \fIdisplay\fP +.B "\-d, \-display" \fIhost:dpy\fP This option allows you to specify the server to connect to; see \fIX(__miscmansuffix__)\fP. -PP +.PP .TP 8 .B \-version This option indicates that |