diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-22 15:41:19 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-22 15:41:19 (GMT) |
commit | 73858632f31afbd2218e378945f596b248164767 (patch) | |
tree | 5fbaf80c47b5b2956dffac23ed25d5a1a0664cd5 /doc | |
parent | bf3714e12456c2dd361ded47854546d2a0606403 (diff) | |
download | fluxbox-73858632f31afbd2218e378945f596b248164767.zip fluxbox-73858632f31afbd2218e378945f596b248164767.tar.bz2 |
Update manpage to reflect -no-slit and -no-toolbar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 6 | ||||
-rw-r--r-- | doc/fluxbox.1.in | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 34ee2b0..bf93cd4 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -13,6 +13,8 @@ fluxbox - A lightweight window manager for the X Windowing System | |||
13 | SYNOPSIS | 13 | SYNOPSIS |
14 | -------- | 14 | -------- |
15 | *fluxbox* [-rc 'rcfile'] | 15 | *fluxbox* [-rc 'rcfile'] |
16 | [-no-slit] | ||
17 | [-no-toolbar] | ||
16 | [-log 'logfile'] | 18 | [-log 'logfile'] |
17 | [-display 'display'] | 19 | [-display 'display'] |
18 | [-screen all|'scr','scr'...] | 20 | [-screen all|'scr','scr'...] |
@@ -73,6 +75,10 @@ OPTIONS | |||
73 | *-log* 'logfile':: | 75 | *-log* 'logfile':: |
74 | Starting fluxbox with this option will designate a file in which you | 76 | Starting fluxbox with this option will designate a file in which you |
75 | want to log events to. | 77 | want to log events to. |
78 | *-no-slit*:: | ||
79 | Do not use the container for DockApps (aka the Slit) | ||
80 | *-no-toolbar*:: | ||
81 | Do not use the toolbar | ||
76 | *-rc* 'rcfile':: | 82 | *-rc* 'rcfile':: |
77 | Use a different config file other than the default *~/.fluxbox/init*. | 83 | Use a different config file other than the default *~/.fluxbox/init*. |
78 | *-v*, *-version*:: | 84 | *-v*, *-version*:: |
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 5a924cf..fa889e5 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -31,7 +31,7 @@ | |||
31 | fluxbox \- A lightweight window manager for the X Windowing System | 31 | fluxbox \- A lightweight window manager for the X Windowing System |
32 | .SH "SYNOPSIS" | 32 | .SH "SYNOPSIS" |
33 | .sp | 33 | .sp |
34 | \fBfluxbox\fR [\-rc \fIrcfile\fR] [\-log \fIlogfile\fR] [\-display \fIdisplay\fR] [\-screen all|\fIscr\fR,\fIscr\fR\&...] [\-verbose] [\-sync] | 34 | \fBfluxbox\fR [\-rc \fIrcfile\fR] [\-no\-slit] [\-no\-toolbar] [\-log \fIlogfile\fR] [\-display \fIdisplay\fR] [\-screen all|\fIscr\fR,\fIscr\fR\&...] [\-verbose] [\-sync] |
35 | .sp | 35 | .sp |
36 | \fBfluxbox\fR [\-v | \-version] | [\-h | \-help] | [\-i | \-info] | [\-list\-commands] | 36 | \fBfluxbox\fR [\-v | \-version] | [\-h | \-help] | [\-i | \-info] | [\-list\-commands] |
37 | .SH "DESCRIPTION" | 37 | .SH "DESCRIPTION" |
@@ -71,6 +71,16 @@ Display useful information concerning the defaults and compiled\-in options\&. | |||
71 | Starting fluxbox with this option will designate a file in which you want to log events to\&. | 71 | Starting fluxbox with this option will designate a file in which you want to log events to\&. |
72 | .RE | 72 | .RE |
73 | .PP | 73 | .PP |
74 | \fB\-no\-slit\fR | ||
75 | .RS 4 | ||
76 | Do not use the container for DockApps (aka the Slit) | ||
77 | .RE | ||
78 | .PP | ||
79 | \fB\-no\-toolbar\fR | ||
80 | .RS 4 | ||
81 | Do not use the toolbar | ||
82 | .RE | ||
83 | .PP | ||
74 | \fB\-rc\fR \fIrcfile\fR | 84 | \fB\-rc\fR \fIrcfile\fR |
75 | .RS 4 | 85 | .RS 4 |
76 | Use a different config file other than the default | 86 | Use a different config file other than the default |