Loading...
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/time2posix.3
+++ Libc/Libc-498/stdtime/FreeBSD/time2posix.3
@@ -1,6 +1,6 @@
-.\" $FreeBSD: src/lib/libc/stdtime/time2posix.3,v 1.17 2009/05/27 12:18:39 edwin Exp $
+.\" $FreeBSD: src/lib/libc/stdtime/time2posix.3,v 1.13 2001/10/01 16:08:59 ru Exp $
.\"
-.Dd September 11, 2005
+.Dd May 1, 1996
.Dt TIME2POSIX 3
.Os
.Sh NAME
@@ -12,9 +12,9 @@
.Sh SYNOPSIS
.In time.h
.Ft time_t
-.Fn time2posix "time_t t"
+.Fn time2posix "const time_t *t"
.Ft time_t
-.Fn posix2time "time_t t"
+.Fn posix2time "const time_t *t"
.Sh DESCRIPTION
.St -p1003.1-88
legislates that a time_t value of
@@ -78,7 +78,7 @@
function is less well-behaved:
for a positive leap second hit the result is not unique,
and for a negative leap second hit the corresponding
-POSIX time_t does not exist so an adjacent value is returned.
+POSIX time_t doesn't exist so an adjacent value is returned.
Both of these are good indicators of the inferiority of the
POSIX representation.
.Pp
@@ -118,6 +118,3 @@
.Xr localtime 3 ,
.Xr mktime 3 ,
.Xr time 3
-.\" @(#)time2posix.3 8.2
-.\" This file is in the public domain, so clarified as of
-.\" 1996-06-05 by Arthur David Olson.