aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-keys.txt
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-01 22:29:45 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-04-03 08:57:43 (GMT)
commit40f8c35084a012f438ad654e047f3660939350c7 (patch)
treeb865aa29a6f1960dea4ddb734246e16e85587868 /doc/asciidoc/fluxbox-keys.txt
parent906166f42d9c2cd4012f8adbba31363cac188ce9 (diff)
downloadfluxbox-40f8c35084a012f438ad654e047f3660939350c7.zip
fluxbox-40f8c35084a012f438ad654e047f3660939350c7.tar.bz2
Fix assorted typos in manpages
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index 8915452..60d6e6f 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -93,7 +93,7 @@ button, eg. '1' is the primary button, '4'/'5' are the wheel buttons):
93 The mouse button 'N' is clicked (pressed and released with no 93 The mouse button 'N' is clicked (pressed and released with no
94 movement in between) 94 movement in between)
95*MoveN*;; 95*MoveN*;;
96 The mouse button 'N' is currently held, the binded action is triggered 96 The mouse button 'N' is currently held, the bound action is triggered
97 as often as the mouse moves. 97 as often as the mouse moves.
98 98
99 99
@@ -201,7 +201,8 @@ These commands ordinarily affect only the currently focused window. The
201*MaximizeHorizontal* / *MaximizeVertical*:: 201*MaximizeHorizontal* / *MaximizeVertical*::
202 Maximize the current window in one direction only, leaving the other 202 Maximize the current window in one direction only, leaving the other
203 dimension unchanged. 203 dimension unchanged.
204*Fullscreen* 204
205*Fullscreen*::
205 Resize the window's content to fit the whole screen, without 206 Resize the window's content to fit the whole screen, without
206 any window decoration. 207 any window decoration.
207 208
@@ -237,8 +238,7 @@ These commands ordinarily affect only the currently focused window. The
237 238
238*SetDecor* 'decor':: 239*SetDecor* 'decor'::
239 Sets which window decorations will be shown. 'decor' has the same format 240 Sets which window decorations will be shown. 'decor' has the same format
240 as the `[Deco]' parameter in the apps file. See `man fluxbox' section 241 as the `[Deco]' parameter in the apps file. See 'fluxbox-apps(5)' for more info.
241 APPLICATIONS for more info.
242 242
243*ToggleDecor*:: 243*ToggleDecor*::
244 Toggles the presence of the window decorations (title bar, window 244 Toggles the presence of the window decorations (title bar, window
@@ -579,11 +579,11 @@ To check other windows besides the currently focused one, see the *Every* and
579*Some* conditions below. 579*Some* conditions below.
580 580
581*Some* 'condition':: 581*Some* 'condition'::
582 Retuns *true* if any window on any workspace (not just the currently 582 Returns *true* if any window on any workspace (not just the currently
583 focused one) matches the 'condition'. 583 focused one) matches the 'condition'.
584 584
585*Every* 'condition':: 585*Every* 'condition'::
586 Retuns *true* if every window on every workspace (not just the 586 Returns *true* if every window on every workspace (not just the
587 current one) matches the 'condition'. 587 current one) matches the 'condition'.
588 588
589*Not* 'condition':: 589*Not* 'condition'::