summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-09-04 15:56:51 +0000
committerphantom <phantom@FreeBSD.org>1999-09-04 15:56:51 +0000
commit5e3e53cfb3692a343a529ee1c71e3fef162c91db (patch)
treeeb5942e0e04cb1bfe4905c275a0c26827e5d96b0 /lib/libc/stdtime
parenteed6f0795e382ba350bb39eeaed7a001331fdf20 (diff)
downloadFreeBSD-src-5e3e53cfb3692a343a529ee1c71e3fef162c91db.zip
FreeBSD-src-5e3e53cfb3692a343a529ee1c71e3fef162c91db.tar.gz
Spelling and grammar error fix.
mdoc(7)'fy. PR: docs/13406 Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu> Reviewed by: mpp
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/ctime.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3
index 89d06ed..ae5c6a1 100644
--- a/lib/libc/stdtime/ctime.3
+++ b/lib/libc/stdtime/ctime.3
@@ -175,7 +175,7 @@ The functions
.Fn mktime
and
.Fn timegm
-converts the broken-down time in the structure
+convert the broken-down time in the structure
pointed to by tm into a time value with the same encoding as that of the
values returned by the
.Xr time 3
@@ -303,10 +303,16 @@ functions are expected to conform to
.St -iso9945-1
(again provided the selected local timezone does not contain a leap-second
table).
+.Pp
+The
+.Fn timegm
+function is not specified by any standard; its function cannot be
+completely emulated using the standard functions described above.
.Sh HISTORY
This manual page is derived from
the time package contributed to Berkeley by
-Arthur Olsen and which appeared in
+.An Arthur Olson
+and which appeared in
.Bx 4.3 .
.Sh BUGS
Except for
OpenPOWER on IntegriCloud