diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdtime/time2posix.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3 index 219bb5f..ce9c68d 100644 --- a/lib/libc/stdtime/time2posix.3 +++ b/lib/libc/stdtime/time2posix.3 @@ -1,6 +1,6 @@ .\" $FreeBSD$ .\" -.Dd May 1, 1996 +.Dd September 11, 2005 .Dt TIME2POSIX 3 .Os .Sh NAME @@ -12,9 +12,9 @@ .Sh SYNOPSIS .In time.h .Ft time_t -.Fn time2posix "const time_t *t" +.Fn time2posix "time_t t" .Ft time_t -.Fn posix2time "const time_t *t" +.Fn posix2time "time_t t" .Sh DESCRIPTION .St -p1003.1-88 legislates that a time_t value of |