From a5b93632b1d64c8ff699d8e8248d6ac4d1c7dbc6 Mon Sep 17 00:00:00 2001 From: Lawrence Teo Date: Mon, 21 Nov 2011 22:12:31 -0500 Subject: [PATCH] Fix incorrect action name: stack_del should be stack_dec From: Tiago Cunha ok marco --- scrotwm.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 1.7.10.4