From owner-svn-src-all@FreeBSD.ORG Tue Feb 2 19:44:51 2010 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 BF62C106566C; Tue, 2 Feb 2010 19:44:51 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AFA358FC13; Tue, 2 Feb 2010 19:44:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o12JipLi058745; Tue, 2 Feb 2010 19:44:51 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o12Jipow058743; Tue, 2 Feb 2010 19:44:51 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201002021944.o12Jipow058743@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 2 Feb 2010 19:44:51 +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: r203395 - head/lib/libc/gen 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: Tue, 02 Feb 2010 19:44:51 -0000 Author: gavin Date: Tue Feb 2 19:44:51 2010 New Revision: 203395 URL: http://svn.freebsd.org/changeset/base/203395 Log: Bump .Dd, forgotten in r203393 Approved by: ed (mentor, implicit) MFC after: 1 week Modified: head/lib/libc/gen/rand48.3 Modified: head/lib/libc/gen/rand48.3 ============================================================================== --- head/lib/libc/gen/rand48.3 Tue Feb 2 19:37:26 2010 (r203394) +++ head/lib/libc/gen/rand48.3 Tue Feb 2 19:44:51 2010 (r203395) @@ -12,7 +12,7 @@ .\" @(#)rand48.3 V1.0 MB 8 Oct 1993 .\" $FreeBSD$ .\" -.Dd October 8, 1993 +.Dd February 2, 2010 .Dt RAND48 3 .Os .Sh NAME