Index: /trunk/data/tagchecker.cfg
===================================================================
--- /trunk/data/tagchecker.cfg	(revision 4294)
+++ /trunk/data/tagchecker.cfg	(revision 4295)
@@ -4,4 +4,5 @@
 # Each line specifies a certain error to be reported
 # <data type> : messagetype : <key><expression><value>
+# Lines starting with a # are considered as comments.
 #
 # Data type can be:
@@ -18,6 +19,6 @@
 # Key and value are expressions describing certain keys and values of these keys.
 # Regulator expressions are supported. In this case the expressions starts and
-# ends with // signs. If an 'i' is appended, the regular expression is
-# case insensitive.
+# ends with a / sign. If an 'i' is appended, the regular expression is
+# case insensitive. For instance, /foo|bar/i
 #
 # The * sign indicates any string.
@@ -67,4 +68,6 @@
 way  : I : highway == steps && maxspeed == *                   # maxspeed used for footway
 
+way  : W : oneway != BOOLEAN_FALSE && /.*:(backward|forward)/ == *    # oneway combined with *:backward/forward
+
 *    : W : layer == /\+.*/                                     # layer tag with + sign
 
