From c8b6342d3c2a167dec16931815926e9e4387e7ef Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 13 Jan 2005 04:49:19 +0000 Subject: Many small edits. --- man/man3/ctime.3 | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'man/man3/ctime.3') diff --git a/man/man3/ctime.3 b/man/man3/ctime.3 index 8b2f0418..65ab1d41 100644 --- a/man/man3/ctime.3 +++ b/man/man3/ctime.3 @@ -90,9 +90,26 @@ is not .SH BUGS The return values point to static data whose content is overwritten by each call. -.br +.PP Daylight Savings Time is ``normal'' in the Southern hemisphere. -.br +.PP These routines are not equipped to handle non-\c .SM ASCII text, and are provincial anyway. +.PP +To avoid name conflicts with the underlying system, +.IR ctime , +.IR localtime , +.IR gmtime , +.IR asctime , +and +.I tm2sec +are preprocessor macros defined as +.IR p9ctime , +.IR p9localtime , +.IR p9gmtime , +.IR p9asctime , +and +.IR p9tm2sec ; +see +.IR intro (3). -- cgit v1.2.3