diff options
-rw-r--r-- | doc/fluxbox.1.in | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 782c2a5..a863d45 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -38,7 +38,7 @@ | |||
38 | .\" | 38 | .\" |
39 | .\" Updated for version 0.1.15 by Tobias Klausmann <klausman@users.sourceforge.net> | 39 | .\" Updated for version 0.1.15 by Tobias Klausmann <klausman@users.sourceforge.net> |
40 | .\" | 40 | .\" |
41 | .\" Updating for version 0.9.6 by <grubert@users.sourceforge.net> | 41 | .\" Updating for version 0.9.10 by <grubert@users.sourceforge.net> |
42 | .\" | 42 | .\" |
43 | .\" ..define sort of <blockquote><pre> macro | 43 | .\" ..define sort of <blockquote><pre> macro |
44 | .de EX | 44 | .de EX |
@@ -54,7 +54,7 @@ | |||
54 | .if n .sp 1 | 54 | .if n .sp 1 |
55 | .if t .sp .5 | 55 | .if t .sp .5 |
56 | .. | 56 | .. |
57 | .TH fluxbox 1 "August 9th, 2004" "0.9.9" | 57 | .TH fluxbox 1 "August 16th, 2004" "0.9.9" |
58 | .SH NAME | 58 | .SH NAME |
59 | fluxbox \- a window manager for X11 | 59 | fluxbox \- a window manager for X11 |
60 | .SH SYNOPSIS | 60 | .SH SYNOPSIS |
@@ -359,10 +359,15 @@ Inserts an item that shuts down and exits Fluxbox. | |||
359 | Any open windows are reparented to the root window before Fluxbox exits. | 359 | Any open windows are reparented to the root window before Fluxbox exits. |
360 | .TP | 360 | .TP |
361 | .B [include] (filename) | 361 | .B [include] (filename) |
362 | Parses the file specified by | 362 | Reads the file |
363 | .I filename | 363 | .I filename |
364 | inline with the | 364 | into the current menu. The file has to start with |
365 | current menu. The filename can be the full path to a file or it can begin with | 365 | .IR [begin] |
366 | and end with | ||
367 | .IR [end]. | ||
368 | The | ||
369 | .I filename | ||
370 | can be the full path to a file or it can begin with | ||
366 | .IR ~/ , | 371 | .IR ~/ , |
367 | which will be expanded into your home directory (e.g. | 372 | which will be expanded into your home directory (e.g. |
368 | .EX | 373 | .EX |
@@ -371,6 +376,8 @@ which will be expanded into your home directory (e.g. | |||
371 | will include | 376 | will include |
372 | .I /home/yourusername/fluxbox/stylesmenu | 377 | .I /home/yourusername/fluxbox/stylesmenu |
373 | in my menu). | 378 | in my menu). |
379 | If the parameter to include directive is a directory, every file in this | ||
380 | path will be included. | ||
374 | .TP | 381 | .TP |
375 | .B [nop] (label - optional) | 382 | .B [nop] (label - optional) |
376 | Insert a non-operational item into the current menu. | 383 | Insert a non-operational item into the current menu. |