aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/internals.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 013504680bb..eed9cb0a109 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -1528,8 +1528,11 @@ following members:
1528@item time_t tv_sec 1528@item time_t tv_sec
1529Whole number of seconds. 1529Whole number of seconds.
1530@item long tv_nsec 1530@item long tv_nsec
1531Fractional seconds as number of nanoseconds, always less than one 1531Fractional seconds as a number of nanoseconds.
1532billion. 1532For timestamps returned by @code{extract_time},
1533this is always nonnegative and less than one billion.
1534(Although POSIX requires the type of @code{tv_nsec} to be @code{long},
1535the type is @code{long long} on some nonstandard platforms.)
1533@end table 1536@end table
1534 1537
1535@noindent 1538@noindent