diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 620c87f5..31a3d555 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in @@ -319,11 +319,10 @@ session.screen0.menuDelay: in msec (default: 0 ) session.screen0.menuDelayClose: in msec (default: 0 ) .EE .SS Menu syntax -The menu syntax is very simple and very effective. -There are up to three fields in a menu line. +There are up to four fields in a menu line. They are of the form: .EX -[tag] (label or filename) {command or filename} +[tag] (label or filename) {command or filename} .EE The supported tags are as follows: .TP @@ -446,7 +445,7 @@ Here is a short example of a menu file: .nf # Fluxbox menu file [begin] (Fluxbox) - [exec] (rxvt) {rxvt -ls} + [exec] (rxvt) {rxvt -ls} [exec] (netscape) {netscape -install} [exec] (The GIMP) {gimp} [exec] (XV) {xv}