aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/fluxbox.1.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 620c87f..31a3d55 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -319,11 +319,10 @@ session.screen0.menuDelay: in msec (default: 0 )
319session.screen0.menuDelayClose: in msec (default: 0 ) 319session.screen0.menuDelayClose: in msec (default: 0 )
320.EE 320.EE
321.SS Menu syntax 321.SS Menu syntax
322The menu syntax is very simple and very effective. 322There are up to four fields in a menu line.
323There are up to three fields in a menu line.
324They are of the form: 323They are of the form:
325.EX 324.EX
326[tag] (label or filename) {command or filename} 325[tag] (label or filename) {command or filename} <icon filename>
327.EE 326.EE
328The supported tags are as follows: 327The supported tags are as follows:
329.TP 328.TP
@@ -446,7 +445,7 @@ Here is a short example of a menu file:
446.nf 445.nf
447# Fluxbox menu file 446# Fluxbox menu file
448[begin] (Fluxbox) 447[begin] (Fluxbox)
449 [exec] (rxvt) {rxvt -ls} 448 [exec] (rxvt) {rxvt -ls} </usr/X11R6/share/icons/terminal.xpm>
450 [exec] (netscape) {netscape -install} 449 [exec] (netscape) {netscape -install}
451 [exec] (The GIMP) {gimp} 450 [exec] (The GIMP) {gimp}
452 [exec] (XV) {xv} 451 [exec] (XV) {xv}