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 <phan...@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";
 };
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to