]> code.delx.au - spectrwm/commitdiff
Fix man errors master origin/HEAD origin/master private/master
authorAndrea Bolognani <eof@kiyuko.org>
Sun, 26 Jun 2016 16:55:26 +0000 (18:55 +0200)
committerReginald Kennedy <rk@rejii.com>
Fri, 26 Aug 2016 05:09:38 +0000 (13:09 +0800)
Remove all uses of the .Cm macro that are immediately followed
by another macro, such as .Ns or .Aq.

[rk@rejii.com: tweak commit message; resolves 'man --warnings']
closes #138

spectrwm.1

index 6e7f521abde93e1a2e90dc556c49c19674491987..6cdfe7b420a1ea27bf2f5beac812d34520d89f5e 100644 (file)
@@ -602,7 +602,7 @@ provides many functions (or actions) accessed via key or pointer bindings.
 The default bindings are listed below:
 .Pp
 .Bl -tag -width "M-j, M-<TAB>XXXXXX" -offset indent -compact
-.It Cm Ns Aq Cm Button1
+.It Aq Cm Button1
 focus
 .It Cm M- Ns Aq Cm Button1
 move
@@ -624,7 +624,7 @@ cycle_layout
 flip_layout
 .It Cm M-S- Ns Aq Cm Space
 stack_reset
-.It Cm Aq Ar unbound
+.It Aq Ar unbound
 stack_balance
 .It Cm M-h
 master_shrink
@@ -674,9 +674,9 @@ wind_kill
 .Pf rg_ Aq Ar 1-9
 .It Cm M-S- Ns Aq Ar Keypad 1-9
 .Pf mvrg_ Aq Ar 1-9
-.It Cm Aq Ar unbound
+.It Aq Ar unbound
 mvrg_next
-.It Cm Aq Ar unbound
+.It Aq Ar unbound
 mvrg_prev
 .It Cm M- Ns Aq Cm Right
 ws_next
@@ -696,9 +696,9 @@ ws_next_move
 rg_next
 .It Cm M-S- Ns Aq Cm Left
 rg_prev
-.It Cm Aq Ar unbound
+.It Aq Ar unbound
 rg_move_next
-.It Cm Aq Ar unbound
+.It Aq Ar unbound
 rg_move_prev
 .It Cm M-s
 screenshot_all
@@ -987,7 +987,7 @@ In the above example,
 initiates
 .Ic move
 and
-.Cm Aq Cm Button3
+.Aq Cm Button3
 pressed with any other combination of modifiers
 sets focus to the window/region under the pointer.
 .Pp
@@ -998,7 +998,7 @@ bind[focus] = REPLAY+Button3
 .Ed
 .Pp
 In the above example, when
-.Cm Aq Cm Button3
+.Aq Cm Button3
 is pressed without any modifier(s), focus is set to the window under the
 pointer and the button press is passed to the window.
 .Pp