aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/carp.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/carp.4')
-rw-r--r--share/man/man4/carp.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4
index 8d54d56afa03..2785b97e76ac 100644
--- a/share/man/man4/carp.4
+++ b/share/man/man4/carp.4
@@ -290,7 +290,7 @@ status change events can be set up by using the following devd.conf rule:
.Bd -literal -offset indent
notify 0 {
match "system" "CARP";
- match "subsystem" "[0-9]+@[0-9a-z]+";
+ match "subsystem" "[0-9]+@[0-9a-z\.]+";
match "type" "(MASTER|BACKUP)";
action "/root/carpcontrol.sh $subsystem $type";
};