diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-01-26 12:31:57 +0100 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-26 12:31:57 +0100 | 
| commit | bced9077f963be2bce4f0c60023c3b48af54b8e9 (patch) | |
| tree | 9414be77758a476b1a2ec123f2ce31c95ba5da56 | |
| parent | 82fed986f9f09ddf973f182b30946bed9c2424cd (diff) | |
| download | dwm-bced9077f963be2bce4f0c60023c3b48af54b8e9.tar.gz | |
renamed CAVEATS into BUGS
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | dwm.1 | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@  # dwm version -VERSION = 3.2.2 +VERSION = 3.3  # Customize below to fit your system @@ -131,7 +131,7 @@ Resize current window while dragging (floating mode only).  .SH CUSTOMIZATION  dwm is customized by creating a custom config.h and (re)compiling the source  code. This keeps it fast, secure and simple. -.SH CAVEATS +.SH BUGS  The status bar may display  .BR "EOF"  when dwm has been started by an X session manager like  |