fixing up obxprop manpage
This commit is contained in:
parent
6014a41760
commit
8116106f9d
2 changed files with 14 additions and 15 deletions
|
@ -4,7 +4,7 @@ openbox \(em A minimalistic, highly configurable, next generation window
|
||||||
manager with extensive standards support.
|
manager with extensive standards support.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.PP
|
.PP
|
||||||
\fBopenbox\fR [\fB\-\-help\fP] [\fB\-\-display\fP] [DISPLAY] [\fB\-\-id\fP] [ID] [\fB\-\-root\fP] [\-\-] [PROPERTY \&...]
|
\fBopenbox\fR [\-\-help] [\-\-display DISPLAY] [\-\-id ID] [\-\-root] [\-\-] [PROPERTY \&...]
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
obxprop is a tool for displaying the properties on an x
|
obxprop is a tool for displaying the properties on an x
|
||||||
|
@ -18,18 +18,17 @@ identifier, otherwise obxprop will allow you to select a window by
|
||||||
clicking on it.
|
clicking on it.
|
||||||
.PP
|
.PP
|
||||||
Primarily, this tool exists for Openbox users to see the value of the
|
Primarily, this tool exists for Openbox users to see the value of the
|
||||||
_OB_NAME, _OB_CLASS, and _OB_ROLE properties, which Openbox uses for
|
_OB_APP_NAME, _OB_APP_CLASS, _OB_APP_ROLE, and _OB_APP_TYPE properties,
|
||||||
|
which Openbox uses for
|
||||||
matching windows against user-defined application rules.
|
matching windows against user-defined application rules.
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.PP
|
.PP
|
||||||
These are the possible options that \fBopenbox\fR accepts:
|
These are the possible options that \fBopenbox\fR accepts:
|
||||||
.IP "\fB\-\-help\fP" 10
|
.IP "\fB\-\-help\fP" 10
|
||||||
Show a summary of the options available.
|
Show a summary of the options available.
|
||||||
.IP "\fB\-\-display\fP" 10
|
.IP "\fB\-\-display\fP DISPLAY" 10
|
||||||
.IP "DISPLAY" 10
|
|
||||||
Specify the X display to use.
|
Specify the X display to use.
|
||||||
.IP "\fB\-\-id\fP" 10
|
.IP "\fB\-\-id\fP ID" 10
|
||||||
.IP "ID" 10
|
|
||||||
Specify the window identifier for the window whose properties
|
Specify the window identifier for the window whose properties
|
||||||
will be displayed.
|
will be displayed.
|
||||||
.PP
|
.PP
|
||||||
|
@ -44,4 +43,4 @@ openbox-kde-session(1).
|
||||||
.PP
|
.PP
|
||||||
Please report bugs to: \fBhttp://bugzilla.icculus.org/
|
Please report bugs to: \fBhttp://bugzilla.icculus.org/
|
||||||
\fP
|
\fP
|
||||||
.\" created by instant / docbook-to-man, Mon 08 Feb 2010, 14:21
|
.\" created by instant / docbook-to-man, Mon 08 Feb 2010, 15:03
|
||||||
|
|
|
@ -36,12 +36,12 @@ manpage.1: manpage.sgml
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>&dhpackage;</command>
|
<command>&dhpackage;</command>
|
||||||
<arg><option>--help</option></arg>
|
<arg choice="Opt">--help</arg>
|
||||||
<arg><option>--display</option></arg><arg>DISPLAY</arg>
|
<arg choice="Opt">--display DISPLAY</arg>
|
||||||
<arg><option>--id</option></arg><arg>ID</arg>
|
<arg choice="Opt">--id ID</arg>
|
||||||
<arg><option>--root</option></arg>
|
<arg choice="Opt">--root</arg>
|
||||||
<arg>--</arg>
|
<arg choice="Opt">--</arg>
|
||||||
<arg rep="Repeat">PROPERTY</arg>
|
<arg choice="Opt" rep="Repeat">PROPERTY</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@ -74,13 +74,13 @@ manpage.1: manpage.sgml
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--display</option></term><term>DISPLAY</term>
|
<term><option>--display</option> DISPLAY</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specify the X display to use.</para>
|
<para>Specify the X display to use.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--id</option></term><term>ID</term>
|
<term><option>--id</option> ID</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Specify the window identifier for the window whose properties
|
<para>Specify the window identifier for the window whose properties
|
||||||
will be displayed.</para>
|
will be displayed.</para>
|
||||||
|
|
Loading…
Reference in a new issue