From owner-svn-src-head@FreeBSD.ORG Fri Feb 8 23:31:04 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 AABB8C46; Fri, 8 Feb 2013 23:31:04 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 7EE0F960; Fri, 8 Feb 2013 23:31:04 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r18NV3X1019579; Fri, 8 Feb 2013 16:31:04 -0700 (MST) (envelope-from ian@FreeBSD.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r18NV1GY036382; Fri, 8 Feb 2013 16:31:01 -0700 (MST) (envelope-from ian@FreeBSD.org) Subject: Re: svn commit: r246361 - head/sbin/devd From: Ian Lepore To: Niclas Zeising In-Reply-To: <201302051429.r15ETb7n008263@svn.freebsd.org> References: <201302051429.r15ETb7n008263@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 08 Feb 2013 16:31:01 -0700 Message-ID: <1360366261.4545.44.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org 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: Fri, 08 Feb 2013 23:31:04 -0000 On Tue, 2013-02-05 at 14:29 +0000, Niclas Zeising wrote: > Author: zeising (doc,ports committer) > Date: Tue Feb 5 14:29:37 2013 > New Revision: 246361 > URL: http://svnweb.freebsd.org/changeset/base/246361 > > Log: > Bump .Dd for the change in r246121. > > Approved by: joel (mentor) > > Modified: > head/sbin/devd/devd.8 > > Modified: head/sbin/devd/devd.8 > ============================================================================== > --- head/sbin/devd/devd.8 Tue Feb 5 13:30:07 2013 (r246360) > +++ head/sbin/devd/devd.8 Tue Feb 5 14:29:37 2013 (r246361) > @@ -25,7 +25,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd November 24, 2005 > +.Dd January 30, 2013 > .Dt DEVD 8 > .Os > .Sh NAME Does this imply that I should update the .Dd line whenever I touch a manpage? -- Ian