From dima@tejblum.dnttm.rssi.ru  Sun Apr 13 12:14:14 1997
Received: from helios.dnttm.ru (uutejb@dnttm.wave.ras.ru [194.85.104.197])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA19583
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Apr 1997 12:14:10 -0700 (PDT)
Received: (from uutejb@localhost)
	by helios.dnttm.ru (8.8.5/8.8.5/IP-2) with UUCP id XAA14256
	for FreeBSD-gnats-submit@freebsd.org; Sun, 13 Apr 1997 23:14:47 +0400
Received: (from dima@localhost)
	by tejblum.dnttm.rssi.ru (8.8.5/8.8.5) id WAA00705;
	Sun, 13 Apr 1997 22:52:49 +0400 (MSD)
Message-Id: <199704131852.WAA00705@tejblum.dnttm.rssi.ru>
Date: Sun, 13 Apr 1997 22:52:49 +0400 (MSD)
From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Reply-To: dima@tejblum.dnttm.rssi.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: Some man pages has absolutely wrong date
X-Send-Pr-Version: 3.2

>Number:         3275
>Category:       docs
>Synopsis:       Some man pages has absolutely wrong date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 12:20:01 PDT 1997
>Closed-Date:    Sat Aug 23 18:02:18 MEST 1997
>Last-Modified:  Sat Aug 23 18:02:50 MEST 1997
>Originator:     Dmitrij Tejblum
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:



>Description:

Some man pages uses
	.Dd "Month day, year"
instead of
	.Dd Month day, year

In such cases man print a current date instead of the real date.

>How-To-Repeat:

man 2 setsid
See the date at the bottom of the manpage.
If you use current, or fresh installed system, it is probably today.

I found 48 broken manpages with
cd /usr/src
find . -name '*.[123456789n]' | xargs egrep "^.Dd[ \t]*\"" 

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->mpp 
Responsible-Changed-By: mpp 
Responsible-Changed-When: Mon Apr 21 20:05:28 PDT 1997 
Responsible-Changed-Why:  
man page problem. 
Responsible-Changed-From-To: mpp->freebsd-bugs 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sat Aug 16 16:42:03 PDT 1997 
Responsible-Changed-Why:  
Return this back to the orphaned pool of PRs. 
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sat Aug 23 18:02:18 MEST 1997 
State-Changed-Why:  

The only man page where i could still observe this problem was 
banner.6.  Fixed there in revision 1.2. 
>Unformatted:
