Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 14:30:34 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r261488 - stable/9/share/man/man4
Message-ID:  <201402041430.s14EUYuU099823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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";
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041430.s14EUYuU099823>