From pfeifer@dbai.tuwien.ac.at  Fri Dec 14 17:13:59 2001
Return-Path: <pfeifer@dbai.tuwien.ac.at>
Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12])
	by hub.freebsd.org (Postfix) with ESMTP id D2D8237B419
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Dec 2001 17:13:57 -0800 (PST)
Received: from pulcherrima.dbai.tuwien.ac.at (pulcherrima [128.130.111.23])
	by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id fBF1DlW14981;
	Sat, 15 Dec 2001 02:13:47 +0100 (MET)
Received: (from pfeifer@localhost)
	by pulcherrima.dbai.tuwien.ac.at (8.11.6/8.11.6) id fBF1DXn05203;
	Sat, 15 Dec 2001 02:13:33 +0100 (CET)
	(envelope-from pfeifer)
Message-Id: <200112150113.fBF1DXn05203@pulcherrima.dbai.tuwien.ac.at>
Date: Sat, 15 Dec 2001 02:13:33 +0100 (CET)
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make at(1) man page Y2K clean 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32843
>Category:       docs
>Synopsis:       make at(1) man page Y2K clean
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 17:20:01 PST 2001
>Closed-Date:    Thu Jan 10 00:21:43 PST 2002
>Last-Modified:  Thu Jan 10 00:23:50 PST 2002
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
>Description:
	The man page of at(1) is not Y2K clean and only uses 2-digit
	years even though at(1) itself is able to grok 4-digit years.

	My patch adds the 4-digit year variants and makes them preferred
	(by listing them before the 2-digit variants); it also slightly
	rearranges the order of possible date specifications by putting
	those understood world-wide before the US ones.

>How-To-Repeat:
	
>Fix:
	Install my patch below:

Index: at.man
===================================================================
RCS file: /sw/FreeBSD/CVSUP/src/usr.bin/at/at.man,v
retrieving revision 1.22
diff -u -3 -p -r1.22 at.man
--- at.man	2001/11/20 15:43:25	1.22
+++ at.man	2001/12/04 17:30:23
@@ -82,12 +82,13 @@ by giving a date in the form
 .Ar \%month-name day
 with an optional
 .Ar year ,
-or giving a date of the form
-.Ar MMDDYY
-or
-.Ar MM/DD/YY
-or
-.Ar DD.MM.YY .
+or giving a date of the forms
+.Ar DD.MM.YYYY ,
+.Ar DD.MM.YY ,
+.Ar MM/DD/YYYY ,
+.Ar MM/DD/YY ,
+.Ar MMDDYYYY , or
+.Ar MMDDYY .
 The specification of a date must follow the specification of
 the time of day.
 You can also give times like
>Release-Note:
>Audit-Trail:

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: docs/32843: make at(1) man page Y2K clean
Date: Sat, 22 Dec 2001 16:27:51 +0100 (CET)

 I'd really like to see this documentation patch committed in time for
 4.5-RELEASE.
 
 This is a doc-only patch, without any risk for breakage, and the current
 man page is incomplete and not Y2K clean.
 
 Gerald
 -- 
 Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
 

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: docs/32843: make at(1) man page Y2K clean
Date: Sun, 6 Jan 2002 17:09:10 +0100 (CET)

 Can someone please commit this patch which fixes the at(1) man page?
 
 On Sat, 22 Dec 2001, Gerald Pfeifer wrote:
 > I'd really like to see this documentation patch committed in time for
 > 4.5-RELEASE.
 >
 > This is a doc-only patch, without any risk for breakage, and the current
 > man page is incomplete and not Y2K clean.
 
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Jan 10 00:21:43 PST 2002 
State-Changed-Why:  
Committed in -CURRENT (revision 1.23 of src/usr.bin/at/at.man). 
Thanks :-) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Thu Jan 10 00:21:43 PST 2002 
Responsible-Changed-Why:  
My MFC reminder for post-4.5-RELEASE days. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32843 
>Unformatted:
