From owner-cvs-src@FreeBSD.ORG Thu Nov 30 15:20:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7684C16A416; Thu, 30 Nov 2006 15:20:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8841E43CA5; Thu, 30 Nov 2006 15:20:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAUFHuWR037067; Thu, 30 Nov 2006 08:17:56 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Nov 2006 08:18:45 -0700 (MST) Message-Id: <20061130.081845.232929750.imp@bsdimp.com> To: grog@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20061129234157.GN42090@wantadilla.lemis.com> References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 30 Nov 2006 08:17:56 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, alfred@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Man pages .Dd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 15:20:39 -0000 In message: <20061129234157.GN42090@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein wrote: : > alfred 2006-11-29 20:24:57 UTC : > : > FreeBSD src repository : > : > Modified files: : > share/man/man9 uio.9 : > Log: : > Bump .Dd, (9 year jump!) : > : > Requested by: ru : : This happened to me too last week. I'm hazy about when, but my : understanding has been that in the past .Dd *didn't* automatically get : updated. When should it be, when shouldn't it be? If it should be : automatic, we should write a macro which sets it from $FreeBSD$. content changes, but not typos or formatting, is when it should be bumpped. Also on MFC, the date used is the one in -current, not the date that you MFC. This makes it hard to automate. Warner