Author: glebius
Date: Mon Aug 15 13:33:28 2011
New Revision: 224883
URL: http://svn.freebsd.org/changeset/base/224883

Log:
  Fix a couple of issues in last commit.
  
  Submitted by: maxim
  Approved by:  re (kib)

Modified:
  head/share/man/man4/carp.4

Modified: head/share/man/man4/carp.4
==============================================================================
--- head/share/man/man4/carp.4  Mon Aug 15 13:33:14 2011        (r224882)
+++ head/share/man/man4/carp.4  Mon Aug 15 13:33:28 2011        (r224883)
@@ -282,7 +282,7 @@ notify 0 {
 
 notify 0 {
        match "system"          "IFNET";
-       match "type"            "LINK_UP";
+       match "type"            "LINK_DOWN";
        match "subsystem"       "carp*";
        action "/root/carpcontrol.sh $type $subsystem";
 };
@@ -291,6 +291,7 @@ notify 0 {
 .Xr inet 4 ,
 .Xr pfsync 4 ,
 .Xr rc.conf 5 ,
+.Xr devd.conf 5 ,
 .Xr ifconfig 8 ,
 .Xr sysctl 8
 .Sh HISTORY
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to