aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ftime.3')
-rw-r--r--man3/ftime.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ftime.3 b/man3/ftime.3
index 7f153b7296..9977b308c3 100644
--- a/man3/ftime.3
+++ b/man3/ftime.3
@@ -51,7 +51,7 @@ struct timeb {
};
.fi
.in
-.LP
+.PP
Here \fItime\fP is the number of seconds since the Epoch,
and \fImillitm\fP is the number of milliseconds since \fItime\fP
seconds since the Epoch.
@@ -61,7 +61,7 @@ east of Greenwich).
The \fIdstflag\fP field
is a flag that, if nonzero, indicates that Daylight Saving time
applies locally during the appropriate part of the year.
-.LP
+.PP
POSIX.1-2001 says that the contents of the \fItimezone\fP and \fIdstflag\fP
fields are unspecified; avoid relying on them.
.SH RETURN VALUE
@@ -95,7 +95,7 @@ gives microseconds;
.BR clock_gettime (2)
gives nanoseconds but is not as widely available.
.SH BUGS
-.LP
+.PP
Early glibc2 is buggy and returns 0 in the
.I millitm
field;