From owner-svn-src-head@FreeBSD.ORG Thu Feb 21 21:54:26 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4B6F91FF; Thu, 21 Feb 2013 21:54:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1.freebsd.org (Postfix) with ESMTP id 92D8AEAA; Thu, 21 Feb 2013 21:54:25 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hi8so200150wib.7 for ; Thu, 21 Feb 2013 13:54:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=YH+CmAwVUKpFI/Vbi8mRveMp6QfXQk9dIzJGiPVlHak=; b=IYJaFKqr4UNwPpO+kIiOAawb2R+8KjLSRvPriVxsmQKfKJg+0MmEbwcCz7v01VVvca Xst7LzA2NihUW8uB9P1+etoGiLogmp05i1Z2q4ac9rd78SUJrYM5MDs6gzaZGyUTJcbC JsR8tv3fRZ9SOs0M+KTQWP7SJZhPNPwGRS5xrfusXWed2Iazazs62KqUmH7sAo4DoQPK dnuZk/qiSaQAgBNA1ncaExCs0GIyP6J0sacE5+TNOwiN/Solni6kJfBICcIS7GE2rVt5 fwZ+E6gFc7RhJqJ69/IY0M/N8AQGIrL2Pb9RnNqcPWmLyKlHZXjmps2lJcMOVDHzSc1r kDkg== MIME-Version: 1.0 X-Received: by 10.181.12.103 with SMTP id ep7mr44934580wid.12.1361483664378; Thu, 21 Feb 2013 13:54:24 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.194.86.167 with HTTP; Thu, 21 Feb 2013 13:54:24 -0800 (PST) In-Reply-To: <201302212135.r1LLZ9cY081239@svn.freebsd.org> References: <201302212135.r1LLZ9cY081239@svn.freebsd.org> Date: Fri, 22 Feb 2013 00:54:24 +0300 X-Google-Sender-Auth: -gaLSnId_IcWIxZraWBTt6L601E Message-ID: Subject: Re: svn commit: r247134 - head/sbin/devd From: Sergey Kandaurov To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 21:54:26 -0000 On 22 February 2013 01:35, Sergey Kandaurov wrote: > Author: pluknet > Date: Thu Feb 21 21:35:09 2013 > New Revision: 247134 > URL: http://svnweb.freebsd.org/changeset/base/247134 > > Log: > Reflect CARP media-type departure. > > X-MFC after: never > > Modified: > head/sbin/devd/devd.conf.5 > > Modified: head/sbin/devd/devd.conf.5 > ============================================================================== > --- head/sbin/devd/devd.conf.5 Thu Feb 21 21:28:33 2013 (r247133) > +++ head/sbin/devd/devd.conf.5 Thu Feb 21 21:35:09 2013 (r247134) > @@ -41,7 +41,7 @@ > .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS > .\" SOFTWARE. > .\" > -.Dd December 16, 2011 > +.Dd February 22, 2013 > .Dt DEVD.CONF 5 > .Os > .Sh NAME > @@ -181,9 +181,8 @@ Valid media types are: > .Dq Li Tokenring , > .Dq Li FDDI , > .Dq Li 802.11 , > -.Dq Li ATM , > and > -.Dq Li CARP . > +.Dq Li ATM . > .It Ic subdevice Qq Ar string ; > This is shorthand for > .Dq Ic match Qo Li subdevice Qc Qq Ar string . Probably CARP devd hooks documentation should rather be moved here from the carp(4) man page, where it resides currently. So, it will all be in one place. -- wbr, pluknet