svn commit: r261488 - stable/9/share/man/man4
Sergey Kandaurov
pluknet at FreeBSD.org
Tue Feb 4 14:30:34 UTC 2014
Author: pluknet
Date: Tue Feb 4 14:30:34 2014
New Revision: 261488
URL: http://svnweb.freebsd.org/changeset/base/261488
Log:
Typo in the EXAMPLES section: this is regexp, not a shell wildcard expression.
This is a direct commit to stable/9.
Submitted by: Ilya Noskov <phantom at phantom.su>
Modified:
stable/9/share/man/man4/carp.4
Modified: stable/9/share/man/man4/carp.4
==============================================================================
--- stable/9/share/man/man4/carp.4 Tue Feb 4 12:34:08 2014 (r261487)
+++ stable/9/share/man/man4/carp.4 Tue Feb 4 14:30:34 2014 (r261488)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 15, 2011
+.Dd February 4, 2014
.Dt CARP 4
.Os
.Sh NAME
@@ -276,7 +276,7 @@ status change events can be set up by us
notify 0 {
match "system" "IFNET";
match "type" "LINK_UP";
- match "subsystem" "carp*";
+ match "subsystem" "carp.*";
action "/root/carpcontrol.sh $type $subsystem";
};
More information about the svn-src-stable-9
mailing list