Hi!
I attached my patch which complements 'Test' command description in the
manpage. Feel free to change/improve it if you want.
Adios.
--
Serge Koksharov, Free Software user & supporter
GPG public key ID: 0x3D330896 (pgp.mit.edu)
Key fingerprint: 5BC4 0475 CB03 6A31 0076 82C2 C240 72F0 3D33 0896
diff -Naur fvwmCVS-orig/ChangeLog fvwmCVS-fixed/ChangeLog
--- fvwmCVS-orig/ChangeLog 2006-05-23 22:08:37.000000000 +0400
+++ fvwmCVS-fixed/ChangeLog 2006-05-23 22:20:54.000000000 +0400
@@ -1,3 +1,8 @@
+2006-05-23 Serge Koksharov <gentoosiast dog yandex dot ru>
+
+ * fvwm/fvwm.1.in:
+ complemented 'Test' command description
+
2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
* fvwm/frame.c (frame_mrs_hide_changing_parts):
diff -Naur fvwmCVS-orig/fvwm/fvwm.1.in fvwmCVS-fixed/fvwm/fvwm.1.in
--- fvwmCVS-orig/fvwm/fvwm.1.in 2006-05-23 22:08:36.000000000 +0400
+++ fvwmCVS-fixed/fvwm/fvwm.1.in 2006-05-23 22:18:17.000000000 +0400
@@ -10574,6 +10574,7 @@
are keywords with possible arguments from the list below
and are separated by commas or whitespace. They include
.IR "Version operator x.y.z" ,
+.IR "Version pattern" ,
.IR "EnvIsSet varname" ,
.IR "EnvMatch varname pattern" ,
.IR "EdgeHasPointer direction" ,
@@ -10612,6 +10613,13 @@
Test (Version >= 2.5.11) Echo 2.5.11 or later.
.EE
The
+.I "Version pattern"
+test-condition is true if
+.I pattern
+matches the FVWM version being used.
+The pattern may contain special "*" and "?" chars.
+
+The
.I "EnvIsSet varname"
test-condition is true if the given environment variable is set.
The