From: John Vogel Date: Sat, 17 Mar 2012 16:33:24 +0000 (-0400) Subject: Update manpage to current version. (Fix bug 5444) X-Git-Tag: release-3.5.1~81 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=c94992179e99f4088f3a1cb8e304a9fb6035170d Update manpage to current version. (Fix bug 5444) --- diff --git a/doc/openbox.1.in b/doc/openbox.1.in index d508e8c..bd3747f 100644 --- a/doc/openbox.1.in +++ b/doc/openbox.1.in @@ -58,11 +58,14 @@ to ~/.config/openbox and edit it to your liking. .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 @@ reload its configuration. 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 @@ The program's full documentation is available on the website: .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 diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml index 275c324..281f2a0 100644 --- a/doc/openbox.1.sgml +++ b/doc/openbox.1.sgml @@ -106,13 +106,14 @@ manpage.1: manpage.sgml - Show a summary of the options available. + Show a summary of the command line options available + and exit. - Show the version of the program. + Show the version of the program and exit. @@ -122,6 +123,12 @@ manpage.1: manpage.sgml + + + Specify the path to the config file to use. + + + If Openbox is already running on the display, tell it to @@ -137,6 +144,12 @@ manpage.1: manpage.sgml + + + Exit Openbox. + + + Do not connect to the session manager. @@ -149,6 +162,12 @@ manpage.1: manpage.sgml + + + Run CMD after starting. + + + Display debugging output. @@ -161,6 +180,12 @@ manpage.1: manpage.sgml + + + Display debugging output for session management. + + + Split the display into two fake xinerama regions, if