Bug 32843

Summary: make at(1) man page Y2K clean
Product: Documentation Reporter: pfeifer <pfeifer>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pfeifer 2001-12-15 01:20:01 UTC
	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.

Fix: Install my patch below:
Comment 1 pfeifer 2001-12-22 15:27:51 UTC
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/
Comment 2 pfeifer 2002-01-06 16:09:10 UTC
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.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-01-10 08:21:43 UTC
State Changed
From-To: open->closed

Committed in -CURRENT (revision 1.23 of src/usr.bin/at/at.man). 
Thanks :-) 


Comment 4 Giorgos Keramidas freebsd_committer freebsd_triage 2002-01-10 08:21:43 UTC
Responsible Changed
From-To: freebsd-doc->keramida

My MFC reminder for post-4.5-RELEASE days.