svn commit: r224883 - head/share/man/man4

Gleb Smirnoff glebius at FreeBSD.org
Mon Aug 15 13:33:28 UTC 2011


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


More information about the svn-src-all mailing list