commit 2b525e6b8f33c1ac0ec05aec4afc685d79201e73
parent 6f0b9096d449078b03c6ed2780a19f59554b37a2
Author: Denis Grelich <denisg@suckless.org>
Date: Wed, 7 Feb 2007 18:31:03 +0100
fixed a bug where VERSION was used in the manpage; now using CONFVERSION instead
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/wmii.1 b/wmii.1
@@ -13,7 +13,7 @@ An action is a shell script in the default setup, but it can actually be
any executable file. It is executed usually by selecting it from the
actions menu.
You can customize an action by copying it from the global action
-directory CONFPREFIX/wmii-VERSION to $HOME/.wmii-VERSION and then editing the copy to
+directory CONFPREFIX/wmii-CONFVERSION to $HOME/.wmii-CONFVERSION and then editing the copy to
fit your needs. Of course you can also create your own actions there; make
sure that they are executable.
.P
@@ -177,10 +177,10 @@ bindings, the bar labels, etc.
/tmp/ns.$USER.${DISPLAY%.0}/wmii
The wmii socket file which provides a 9P service.
.TP
-CONFPREFIX/wmii-VERSION
+CONFPREFIX/wmii-CONFVERSION
Global action directory.
.TP
-$HOME/.wmii-VERSION
+$HOME/.wmii-CONFVERSION
User-specific action directory. Actions are first searched here.
.SH ENVIRONMENT
.TP