summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-11 17:09:50 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-11 17:09:50 +0000
commit2e6261bb2be994d4cefdaa22b44dc69d7ee72c80 (patch)
tree17665418cc687db0c1bfc47596ba8e8bbb426113 /lib/libc/stdtime
parentc3a9c8a90b59b3099415974cc04763cf41ea306d (diff)
downloadFreeBSD-src-2e6261bb2be994d4cefdaa22b44dc69d7ee72c80.zip
FreeBSD-src-2e6261bb2be994d4cefdaa22b44dc69d7ee72c80.tar.gz
The arguments for time2posix() and posix2time() are time_t values, not
pointers.
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/time2posix.36
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
OpenPOWER on IntegriCloud