From 6096f8a11312261f016d49b1cb2e4c2cdc7fdbc1 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 5 Jan 2007 15:37:10 +0100 Subject: [PATCH] removed the term clients from dwm.1 --- dwm.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm.1 b/dwm.1 index 1f6d163..b2583b1 100644 --- a/dwm.1 +++ b/dwm.1 @@ -10,7 +10,7 @@ floating modes. Either mode can be applied dynamically, optimizing the environment for the application in use and the task performed. .P In tiling mode windows are managed in a master and stacking area. The master -area contains the window which currently needs most attention, whereas the +area contains the windows which currently need most attention, whereas the stacking area contains all other windows. In floating mode windows can be resized and moved freely. Dialog windows are always managed floating, regardless of the mode selected. @@ -71,10 +71,10 @@ Grow master area (tiling mode only). Shrink master area (tiling mode only). .TP .B Mod1-i -Increase clients of master area (tiling mode only). +Increase windows of master area (tiling mode only). .TP .B Mod1-d -Decrease clients of master area (tiling mode only). +Decrease windows of master area (tiling mode only). .TP .B Mod1-Shift-[1..n] Apply -- 1.7.10.4