The arguments for time2posix() and posix2time() are time_t values, not

pointers.
This commit is contained in:
Stefan Farfeleder 2005-09-11 17:09:50 +00:00
parent 6a3d26b2b7
commit 4af29928b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149995

View file

@ -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