This commit is contained in:
Michael Kerrisk 2008-07-13 19:55:06 +00:00
parent ddba45e118
commit 67c27c77cc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ftime \- return date and time
.BI "int ftime(struct timeb *" tp );
.SH DESCRIPTION
This function returns the current time, in seconds and milliseconds
since the Epoch (00:00:00 UTC), 1 January 1970).
since the Epoch (00:00:00 UTC, 1 January 1970).
The time is returned in
.IR tp ,
which is declared as follows: