aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox-menu.5.in
diff options
context:
space:
mode:
authorPaul Tagliamonte <paultag@ubuntu.com>2011-09-02 00:22:01 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-09-02 02:57:28 (GMT)
commitb104d9e4d0fab70dd5bd3119e2808cd3fb02bffa (patch)
tree180d8b1f9be5698d722a019f65939614caa91f07 /doc/fluxbox-menu.5.in
parent631fd58823798e4d37ef37fd1a9dd02828f4f487 (diff)
downloadfluxbox-b104d9e4d0fab70dd5bd3119e2808cd3fb02bffa.zip
fluxbox-b104d9e4d0fab70dd5bd3119e2808cd3fb02bffa.tar.bz2
Rebuilding the fluxbox docs to change fix a small grammer mistake
Fluxbox's man page had "allows to", which should actually be something like "allows one to". The rest of the .ins were rebuilt as a result. No changes otherwise.
Diffstat (limited to 'doc/fluxbox-menu.5.in')
-rw-r--r--doc/fluxbox-menu.5.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/fluxbox-menu.5.in b/doc/fluxbox-menu.5.in
index effebcc..74e8ce0 100644
--- a/doc/fluxbox-menu.5.in
+++ b/doc/fluxbox-menu.5.in
@@ -1,13 +1,13 @@
1'\" t 1'\" t
2.\" Title: fluxbox-menu 2.\" Title: fluxbox-menu
3.\" Author: [see the "AUTHORS" section] 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 02/19/2011 5.\" Date: 27 February 2011
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-menu.txt 7.\" Source: fluxbox-menu.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-MENU" "5" "02/19/2011" "fluxbox\-menu\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-MENU" "5" "27 February 2011" "fluxbox\-menu\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
@@ -40,7 +40,7 @@ fluxbox-menu \- fluxbox(1) menu syntax
40.sp 40.sp
41Variable parameters are shown in emphasis: \fIargument\fR 41Variable parameters are shown in emphasis: \fIargument\fR
42.sp 42.sp
43All other characters shown are required verbatim\&. Whitespce is only required to delimit words, but it is fine to add more whitespace\&. 43All other characters shown are required verbatim\&. Whitespace is only required to delimit words, but it is fine to add more whitespace\&.
44.SH "DESCRIPTION" 44.SH "DESCRIPTION"
45.sp 45.sp
46There are two types of menus in fluxbox which can be configured\&. 46There are two types of menus in fluxbox which can be configured\&.
@@ -63,7 +63,7 @@ There are up to four fields in a menu line\&. They are of the form
63[\fItag\fR] (\fIlabel\fR) {\fIcommand\fR} <\*(Aqicon\*(Aq> 63[\fItag\fR] (\fIlabel\fR) {\fIcommand\fR} <\*(Aqicon\*(Aq>
64.RE 64.RE
65.sp 65.sp
66The <\*(Aqicon\*(Aq> field is always optional when show below\&. If specified, the \fIicon\fR will be scaled down and displayed in the menu alongside the text label of the item\&. It must be in \&.xpm or \&.png format\&. 66The <\*(Aqicon\*(Aq> field is always optional when shown below\&. If specified, the \fIicon\fR will be scaled down and displayed in the menu alongside the text label of the item\&. It must be in \&.xpm or \&.png format\&.
67.sp 67.sp
68Any line that starts with a \fI#\fR or \fI!\fR is considered a comment and ignored by fluxbox\&. Also, in the label/command/filename fields you can escape any character\&. Using \fI\e\e\fR inserts a literal back\-slash into the label/command/filename field\&. 68Any line that starts with a \fI#\fR or \fI!\fR is considered a comment and ignored by fluxbox\&. Also, in the label/command/filename fields you can escape any character\&. Using \fI\e\e\fR inserts a literal back\-slash into the label/command/filename field\&.
69.sp 69.sp
@@ -155,7 +155,7 @@ Inserts a command item into the menu\&. When you select the menu item from the m
155\fIcommand\&...\fR 155\fIcommand\&...\fR
156in your 156in your
157\fB$SHELL\fR 157\fB$SHELL\fR
158(or /bin/sh if $SHELL is not set)\&. You can use this to launch applications, run shell scripts, etc\&. Since all arguments are passed verbatim to te shell, you can use environment variables, pipes, or anything else the shell can do\&. Note that processes only see environment variables that were set before fluxbox started (such as in ~/\&.fluxbox/startup)\&. 158(or /bin/sh if $SHELL is not set)\&. You can use this to launch applications, run shell scripts, etc\&. Since all arguments are passed verbatim to the shell, you can use environment variables, pipes, or anything else the shell can do\&. Note that processes only see environment variables that were set before fluxbox started (such as in ~/\&.fluxbox/startup)\&.
159.RE 159.RE
160.SS "Fluxbox Functions" 160.SS "Fluxbox Functions"
161.PP 161.PP
@@ -515,3 +515,9 @@ Wilbert Berendsen <wbsoft at xs4all nl> (blackbox)
515.SH "SEE ALSO" 515.SH "SEE ALSO"
516.sp 516.sp
517fluxbox(1) fluxbox\-keys(5) fluxbox\-apps(5) xkill(1) iconv(1) 517fluxbox(1) fluxbox\-keys(5) fluxbox\-apps(5) xkill(1) iconv(1)
518.SH "AUTHOR"
519.PP
520\fBJim Ramsay\fR <\&i\&.am@jimramsay\&.com\&>
521.RS 4
522Author.
523.RE