From owner-svn-src-all@FreeBSD.ORG Sun Oct 19 08:14:11 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C63421065677; Sun, 19 Oct 2008 08:14:11 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3CDC28FC18; Sun, 19 Oct 2008 08:14:10 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl19-226.kln.forthnet.gr [77.49.146.226]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id m9J8DuAk025143 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Oct 2008 11:14:02 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id m9J8Dule049881; Sun, 19 Oct 2008 11:13:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id m9J8DuhR049880; Sun, 19 Oct 2008 11:13:56 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Ed Schouten References: <200810180623.m9I6N8Wn008930@svn.freebsd.org> Date: Sun, 19 Oct 2008 11:13:56 +0300 In-Reply-To: <200810180623.m9I6N8Wn008930@svn.freebsd.org> (Ed Schouten's message of "Sat, 18 Oct 2008 06:23:08 +0000 (UTC)") Message-ID: <87myh19f3v.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m9J8DuAk025143 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.303, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.10, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184018 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2008 08:14:11 -0000 On Sat, 18 Oct 2008 06:23:08 +0000 (UTC), Ed Schouten wrote: > Author: ed > Date: Sat Oct 18 06:23:08 2008 > New Revision: 184018 > URL: http://svn.freebsd.org/changeset/base/184018 > > Log: > Increase the date in the manual page, which should have been done in > r183922. > > In r183922 I introduced a new DDB command, documented it, but forgot > to bump the date in the manual page. > > Pointed out by: bz Hi Ed, Everyone writing manpage patches eventually learns what ``bump .Dd'' means, so if you find yourself bumping manpage dates in the future, you can save a bit of typing by using a shorter commit log like: Bump .Dd for change 183922 Pointed out by: bz Thanks to you and Bjoern for the extra care about the quality of our manpages :)