Reported by:	Christian Barthel
MFC after:	3 days
This commit is contained in:
Mark Johnston 2019-01-02 16:01:54 +00:00
parent 438622af06
commit a51c7dc5fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342688

View File

@ -94,7 +94,7 @@ structure is defined in
as:
.Bd -literal
struct timespec {
time_t tv_nsec; /* seconds */
time_t tv_sec; /* seconds */
long tv_nsec; /* and nanoseconds */
};
.Ed