From owner-svn-src-all@FreeBSD.ORG Sat Oct 18 06:23:08 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 B02951065686; Sat, 18 Oct 2008 06:23:08 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1048FC12; Sat, 18 Oct 2008 06:23:08 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I6N8DL008931; Sat, 18 Oct 2008 06:23:08 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9I6N8Wn008930; Sat, 18 Oct 2008 06:23:08 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200810180623.m9I6N8Wn008930@svn.freebsd.org> From: Ed Schouten Date: Sat, 18 Oct 2008 06:23:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: 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: Sat, 18 Oct 2008 06:23:08 -0000 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 Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ============================================================================== --- head/share/man/man4/ddb.4 Sat Oct 18 06:20:16 2008 (r184017) +++ head/share/man/man4/ddb.4 Sat Oct 18 06:23:08 2008 (r184018) @@ -60,7 +60,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 4, 2008 +.Dd October 18, 2008 .Dt DDB 4 .Os .Sh NAME