diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-11 17:46:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-11 17:46:33 +0000 |
commit | 7d5e7fb43d575c54a7fe0b995e331f39c260a642 (patch) | |
tree | ece2955b3cb32dd5f333d0e5c5b95ea2952371b4 /lib/libc/time/ctime.3 | |
parent | 7f256c176b27a96548e19698117d1f933b47a4cd (diff) |
from netbsd; sync with tzcode96a
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r-- | lib/libc/time/ctime.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 3fa85134423..f4aabc8866e 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctime.3,v 1.6.2.1 1995/10/26 05:24:48 jtc Exp $ +.\" $NetBSD: ctime.3,v 1.8 1996/01/08 22:50:54 jtc Exp $ .TH CTIME 3 .SH NAME asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII @@ -199,6 +199,7 @@ UTC leap seconds are loaded from .BR /usr/share/zoneinfo/posixrules . .SH SEE ALSO getenv(3), +strftime(3), tzset(3), time(3), tzfile(5) @@ -217,4 +218,4 @@ will also be overwritten at the next call Avoid using out-of-range values with .I mktime when setting up lunch with promptness sticklers in Riyadh. -.\" @(#)newctime.3 7.9 +.\" @(#)newctime.3 7.11 |