diff options
author | grubert <grubert> | 2003-10-02 06:27:43 (GMT) |
---|---|---|
committer | grubert <grubert> | 2003-10-02 06:27:43 (GMT) |
commit | 412897c99a81377a93981cae098710d8ffd52fd2 (patch) | |
tree | d5873c45d0320b29be93530c200dd745c6c19f29 | |
parent | 417556fc30d6a722101a478b441546115766d448 (diff) | |
download | fluxbox-412897c99a81377a93981cae098710d8ffd52fd2.zip fluxbox-412897c99a81377a93981cae098710d8ffd52fd2.tar.bz2 |
Fixed typo.
-rw-r--r-- | doc/fluxbox.1.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 7158bad..c93ff6e 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -251,7 +251,6 @@ titlebar, you can press Alt + button 1 anywhere in the window and then | |||
251 | drag it around. | 251 | drag it around. |
252 | You can also use Alt + button 1 to raise a partially visible window. | 252 | You can also use Alt + button 1 to raise a partially visible window. |
253 | Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window. | 253 | Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window. |
254 | .B FROM HERE ON UNREVISITED | ||
255 | .SH MENU FILE | 254 | .SH MENU FILE |
256 | A default menu file is installed in | 255 | A default menu file is installed in |
257 | .IR @pkgdatadir@/menu . | 256 | .IR @pkgdatadir@/menu . |
@@ -271,10 +270,12 @@ session.menuFile: ~/.fluxbox/menu | |||
271 | .EE | 270 | .EE |
272 | For this change to take effect, Fluxbox has to be restarted. | 271 | For this change to take effect, Fluxbox has to be restarted. |
273 | Be sure that your menu is usable, then choose `Restart' from the default | 272 | Be sure that your menu is usable, then choose `Restart' from the default |
274 | Fluxbox root menu. | 273 | Fluxbox root menu. If only the contents of the menu file changed, only |
274 | .I reload config | ||
275 | is needed. | ||
275 | .SS Menu syntax | 276 | .SS Menu syntax |
276 | The menu syntax is very simple and very effective. | 277 | The menu syntax is very simple and very effective. |
277 | There are upto three fields in a menu line. | 278 | There are up to three fields in a menu line. |
278 | They are of the form: | 279 | They are of the form: |
279 | .EX | 280 | .EX |
280 | [tag] (label or filename) {command or filename} | 281 | [tag] (label or filename) {command or filename} |
@@ -433,10 +434,11 @@ Here is a short example of a menu file: | |||
433 | [end] | 434 | [end] |
434 | # end of menu file | 435 | # end of menu file |
435 | .fi | 436 | .fi |
437 | .B FROM HERE ON UNREVISITED | ||
436 | .SH STYLES | 438 | .SH STYLES |
437 | Fluxbox enables you to use specialized files that contain | 439 | Fluxbox enables you to use specialized files that contain |
438 | .IR X (1) | 440 | .IR X (1) |
439 | resources to specify colors, textures and fonts, and thus | 441 | resources to specify colors, textures, pixmaps and fonts, and thus |
440 | the overall look of your window borders, menus and the toolbar. | 442 | the overall look of your window borders, menus and the toolbar. |
441 | .PP | 443 | .PP |
442 | The default installation of Fluxbox provides some of these style files. | 444 | The default installation of Fluxbox provides some of these style files. |