aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrubert <grubert>2004-10-04 13:29:12 (GMT)
committergrubert <grubert>2004-10-04 13:29:12 (GMT)
commit5bae25702e70b4acd8697f1bc61f7d9503dd0fbb (patch)
tree95753f56f742698573389d5e5d22d05469318278 /doc
parent07af4ff5959d2ba358d4681aed3c9fe1cc30f74e (diff)
downloadfluxbox-5bae25702e70b4acd8697f1bc61f7d9503dd0fbb.zip
fluxbox-5bae25702e70b4acd8697f1bc61f7d9503dd0fbb.tar.bz2
Add: [incldue] needs [begin][end].
Diffstat (limited to 'doc')
-rw-r--r--doc/fluxbox.1.in17
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
59fluxbox \- a window manager for X11 59fluxbox \- a window manager for X11
60.SH SYNOPSIS 60.SH SYNOPSIS
@@ -359,10 +359,15 @@ Inserts an item that shuts down and exits Fluxbox.
359Any open windows are reparented to the root window before Fluxbox exits. 359Any open windows are reparented to the root window before Fluxbox exits.
360.TP 360.TP
361.B [include] (filename) 361.B [include] (filename)
362Parses the file specified by 362Reads the file
363.I filename 363.I filename
364inline with the 364into the current menu. The file has to start with
365current menu. The filename can be the full path to a file or it can begin with 365.IR [begin]
366and end with
367.IR [end].
368The
369.I filename
370can be the full path to a file or it can begin with
366.IR ~/ , 371.IR ~/ ,
367which will be expanded into your home directory (e.g. 372which 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.
371will include 376will include
372.I /home/yourusername/fluxbox/stylesmenu 377.I /home/yourusername/fluxbox/stylesmenu
373in my menu). 378in my menu).
379If the parameter to include directive is a directory, every file in this
380path will be included.
374.TP 381.TP
375.B [nop] (label - optional) 382.B [nop] (label - optional)
376Insert a non-operational item into the current menu. 383Insert a non-operational item into the current menu.