diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-01 22:29:45 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-04-03 08:57:43 (GMT) |
commit | 40f8c35084a012f438ad654e047f3660939350c7 (patch) | |
tree | b865aa29a6f1960dea4ddb734246e16e85587868 /doc/asciidoc/fluxbox-menu.txt | |
parent | 906166f42d9c2cd4012f8adbba31363cac188ce9 (diff) | |
download | fluxbox_pavel-40f8c35084a012f438ad654e047f3660939350c7.zip fluxbox_pavel-40f8c35084a012f438ad654e047f3660939350c7.tar.bz2 |
Fix assorted typos in manpages
Diffstat (limited to 'doc/asciidoc/fluxbox-menu.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-menu.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt index d8811a3..f6b940d 100644 --- a/doc/asciidoc/fluxbox-menu.txt +++ b/doc/asciidoc/fluxbox-menu.txt | |||
@@ -22,7 +22,7 @@ SYNTAX | |||
22 | ------ | 22 | ------ |
23 | Variable parameters are shown in emphasis: 'argument' | 23 | Variable parameters are shown in emphasis: 'argument' |
24 | 24 | ||
25 | All other characters shown are required verbatim. Whitespce is only required to | 25 | All other characters shown are required verbatim. Whitespace is only required to |
26 | delimit words, but it is fine to add more whitespace. | 26 | delimit words, but it is fine to add more whitespace. |
27 | 27 | ||
28 | DESCRIPTION | 28 | DESCRIPTION |
@@ -61,7 +61,7 @@ every tag must be on its own line. | |||
61 | There are up to four fields in a menu line. They are of the form::: | 61 | There are up to four fields in a menu line. They are of the form::: |
62 | ['tag'] ('label') {'command'} <'icon'> | 62 | ['tag'] ('label') {'command'} <'icon'> |
63 | 63 | ||
64 | The <'icon'> field is always optional when show below. If specified, the 'icon' | 64 | The <'icon'> field is always optional when shown below. If specified, the 'icon' |
65 | will be scaled down and displayed in the menu alongside the text label of the | 65 | will be scaled down and displayed in the menu alongside the text label of the |
66 | item. It must be in .xpm or .png format. | 66 | item. It must be in .xpm or .png format. |
67 | 67 | ||
@@ -127,7 +127,7 @@ Applications | |||
127 | Inserts a command item into the menu. When you select the menu item from the | 127 | Inserts a command item into the menu. When you select the menu item from the |
128 | menu, fluxbox runs 'command...' in your *$SHELL* (or /bin/sh if $SHELL is not | 128 | menu, fluxbox runs 'command...' in your *$SHELL* (or /bin/sh if $SHELL is not |
129 | set). You can use this to launch applications, run shell scripts, etc. Since | 129 | set). You can use this to launch applications, run shell scripts, etc. Since |
130 | all arguments are passed verbatim to te shell, you can use environment | 130 | all arguments are passed verbatim to the shell, you can use environment |
131 | variables, pipes, or anything else the shell can do. Note that processes only | 131 | variables, pipes, or anything else the shell can do. Note that processes only |
132 | see environment variables that were set before fluxbox started (such as in | 132 | see environment variables that were set before fluxbox started (such as in |
133 | ~/.fluxbox/startup). | 133 | ~/.fluxbox/startup). |