summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt_event.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/abrt_event.conf.5')
-rw-r--r--src/daemon/abrt_event.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/abrt_event.conf.5 b/src/daemon/abrt_event.conf.5
index 9ba3e480..0ef4c4c7 100644
--- a/src/daemon/abrt_event.conf.5
+++ b/src/daemon/abrt_event.conf.5
@@ -29,9 +29,9 @@ even a multi-line rule (no need to comment out every line).
Rules specify which programs to run on the dump directory.
Each rule may have conditions to be checked before the program is run.
.P
-Conditions have form VAR=VAL, where VAR is either word "EVENT"
-or a name of dump directory element to be checked (for example,
-"executable", "package", hostname" etc).
+Conditions have form VAR=VAL or VAL~=REGEX, where VAR is either
+word "EVENT" or a name of dump directory element to be checked
+(for example, "executable", "package", hostname" etc).
.P
If all conditions match, the remaining part of the rule
(the "program" part) is run in the shell.