diff options
Diffstat (limited to 'man3/difftime.3')
| -rw-r--r-- | man3/difftime.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/difftime.3 b/man3/difftime.3 index 6005d0a36a..cd3837b7a8 100644 --- a/man3/difftime.3 +++ b/man3/difftime.3 @@ -35,7 +35,9 @@ difftime \- calculate time difference .BI "double difftime(time_t " time1 ", time_t " time0 ); .fi .SH DESCRIPTION -The \fBdifftime\fP() function returns the number of seconds elapsed +The +.BR difftime () +function returns the number of seconds elapsed between time \fItime1\fP and time \fItime0\fP, represented as a double. The two times are specified in calendar time, which represents the time elapsed since the Epoch |
