tchanged a term in dwm.1 - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3e11b38349787fced39ec160eba14b30800cbf2e
 (DIR) parent 16ed87952461da1d2db2254d1ad5da37f0b147c1
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Sun,  7 Jan 2007 14:38:41 +0100
       
       changed a term in dwm.1
       Diffstat:
         M dwm.1                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.1 b/dwm.1
       t@@ -13,7 +13,7 @@ In tiling mode windows are managed in a master and stacking area. The master
        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.
       +regardless of the mode applied.
        .P
        Windows are grouped by tags. Each window can be tagged with one or multiple
        tags. Selecting certain tags displays all windows with these tags.