From: Lawrence Teo Date: Tue, 22 Nov 2011 03:12:31 +0000 (-0500) Subject: Fix incorrect action name: stack_del should be stack_dec X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=a5b93632b1d64c8ff699d8e8248d6ac4d1c7dbc6;p=spectrwm.git Fix incorrect action name: stack_del should be stack_dec From: Tiago Cunha ok marco --- diff --git a/scrotwm.1 b/scrotwm.1 index eaed85a..459c94b 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -146,7 +146,7 @@ See .Pa master_add , .Pa master_del , .Pa stack_inc , -.Pa stack_del , +.Pa stack_dec , and .Pa always_raise for more information. @@ -361,7 +361,7 @@ master_del .It Cm M-S-, stack_inc .It Cm M-S-. -stack_del +stack_dec .It Cm M- Ns Aq Cm Return swap_main .It Xo @@ -471,7 +471,7 @@ Add windows to master area. Remove windows from master area. .It Cm stack_inc Add columns/rows to stacking area. -.It Cm stack_del +.It Cm stack_dec Remove columns/rows from stacking area. .It Cm swap_main Move current window to master area.