summaryrefslogtreecommitdiff
path: root/lib/libc/time/ctime.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-07-05 13:40:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-07-05 13:40:52 +0000
commit9bb16badc66573c132b67bb6f23e8ca692eedb65 (patch)
treee31874322aa666685b8c54d940f1c35e8ccf6c3c /lib/libc/time/ctime.3
parent61fb473f97cfd7b86cb2e1e5308693c7c2a9cadf (diff)
Update to tzcode2005j.
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r--lib/libc/time/ctime.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3
index d7bc31615f2..f262932ab41 100644
--- a/lib/libc/time/ctime.3
+++ b/lib/libc/time/ctime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctime.3,v 1.29 2004/10/18 22:33:43 millert Exp $
+.\" $OpenBSD: ctime.3,v 1.30 2005/07/05 13:40:51 millert Exp $
.\"
.\"
.Dd February 16, 1999
@@ -63,13 +63,13 @@ string of the form
.Pp
.Dl Thu Nov 24 18:22:48 1986\en
.Pp
-Years requiring fewer than four characters are padded with trailing spaces.
+Years requiring fewer than four characters are padded with leading zeroes.
For years longer than four characters, the string is of the form
.Pp
.Dl Thu Nov 24 18:22:48\ \ \ \ \ 81986\en
.Pp
with five spaces before the year.
-This unusual format is designed to make it less likely that older
+These unusual formats are designed to make it less likely that older
software that expects exactly 26 bytes of output will mistakenly output
misleading values for out-of-range years.
.Pp
@@ -99,7 +99,7 @@ functions return pointers to
structures, described below.
.Fn localtime
corrects for the time zone and any time zone adjustments
-(such as Daylight Saving Time in the U.S.A.).
+(such as Daylight Saving Time in the United States).
After filling in the
.Li tm
structure,