From owner-svn-src-stable@FreeBSD.ORG Tue Feb 4 14:30:34 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B4C1CA8; Tue, 4 Feb 2014 14:30:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 868C01384; Tue, 4 Feb 2014 14:30:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14EUYBB099824; Tue, 4 Feb 2014 14:30:34 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14EUYuU099823; Tue, 4 Feb 2014 14:30:34 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201402041430.s14EUYuU099823@svn.freebsd.org> From: Sergey Kandaurov Date: Tue, 4 Feb 2014 14:30:34 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 14:30:34 -0000 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 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"; };