all repos — openbox @ c94992179e99f4088f3a1cb8e304a9fb6035170d

openbox fork - make it a bit more like ryudo

Update manpage to current version. (Fix bug 5444)
John Vogel jvogel4@stny.rr.com
commit

c94992179e99f4088f3a1cb8e304a9fb6035170d

parent

dff52764822f68596134c2548966eb78777b6d2a

2 files changed, 39 insertions(+), 5 deletions(-)

jump to
M doc/openbox.1.indoc/openbox.1.in

@@ -58,11 +58,14 @@ .SH "OPTIONS"

.PP These are the possible options that \fBopenbox\fR accepts: .IP "\fB\-\-help\fP" 10 -Show a summary of the options available. +Show a summary of the command line options available +and exit. .IP "\fB\-\-version\fP" 10 -Show the version of the program. +Show the version of the program and exit. .IP "\fB\-\-replace\fP" 10 Replace the currently running window manager. +.IP "\fB\-\-config-file FILE\fP" 10 +Specify the path to the config file to use. .IP "\fB\-\-reconfigure\fP" 10 If Openbox is already running on the display, tell it to reload its configuration.

@@ -70,14 +73,20 @@ .IP "\fB\-\-restart\fP" 10

If Openbox is already running on the display, tell it to restart. This is useful if you have upgraded Openbox and don't want to restart X. +.IP "\fB\-\-exit\fP" 10 +Exit Openbox. .IP "\fB\-\-sm-disable\fP" 10 Do not connect to the session manager. .IP "\fB\-\-sync\fP" 10 Run in synchronous mode (for debugging). +.IP "\fB\-\-startup CMD\fP" 10 +Run CMD after starting. .IP "\fB\-\-debug\fP" 10 Display debugging output. .IP "\fB\-\-debug-focus\fP" 10 Display debugging output for focus handling. +.IP "\fB\-\-debug-session\fP" 10 +Display debugging output for session management. .IP "\fB\-\-debug-xinerama\fP" 10 Split the display into two fake xinerama regions, if xinerama is not already enabled. This is for debugging

@@ -92,4 +101,4 @@ \fBhttp://openbox.org/\fP

.PP Please report bugs to: \fBhttp://bugzilla.icculus.org/ \fP -.\" created by instant / docbook-to-man, Wed 06 Jan 2010, 13:40 +.\" created by instant / docbook-to-man, Sun 30 Sep 2012, 17:58
M doc/openbox.1.sgmldoc/openbox.1.sgml

@@ -106,13 +106,14 @@ <variablelist>

<varlistentry> <term><option>--help</option></term> <listitem> - <para>Show a summary of the options available.</para> + <para>Show a summary of the command line options available + and exit.</para> </listitem> </varlistentry> <varlistentry> <term><option>--version</option></term> <listitem> - <para>Show the version of the program.</para> + <para>Show the version of the program and exit.</para> </listitem> </varlistentry> <varlistentry>

@@ -122,6 +123,12 @@ <para>Replace the currently running window manager.</para>

</listitem> </varlistentry> <varlistentry> + <term><option>--config-file FILE</option></term> + <listitem> + <para>Specify the path to the config file to use.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--reconfigure</option></term> <listitem> <para>If Openbox is already running on the display, tell it to

@@ -137,6 +144,12 @@ want to restart X.</para>

</listitem> </varlistentry> <varlistentry> + <term><option>--exit</option></term> + <listitem> + <para>Exit Openbox.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--sm-disable</option></term> <listitem> <para>Do not connect to the session manager.</para>

@@ -149,6 +162,12 @@ <para>Run in synchronous mode (for debugging).</para>

</listitem> </varlistentry> <varlistentry> + <term><option>--startup CMD</option></term> + <listitem> + <para>Run CMD after starting.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--debug</option></term> <listitem> <para>Display debugging output.</para>

@@ -158,6 +177,12 @@ <varlistentry>

<term><option>--debug-focus</option></term> <listitem> <para>Display debugging output for focus handling.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--debug-session</option></term> + <listitem> + <para>Display debugging output for session management.</para> </listitem> </varlistentry> <varlistentry>