diff options
author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-11 17:09:50 +0000 |
---|---|---|
committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-11 17:09:50 +0000 |
commit | 4af29928b483756b45b17a68853639c41ee18d1e (patch) | |
tree | 17665418cc687db0c1bfc47596ba8e8bbb426113 | |
parent | 6a3d26b2b754f224cf23197d3594c936e1929e1d (diff) |
Notes
-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 219bb5f320d3..ce9c68d77155 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 |