svn commit: r342786 - stable/12/share/man/man3
Mark Johnston
markj at FreeBSD.org
Sat Jan 5 15:09:51 UTC 2019
Author: markj
Date: Sat Jan 5 15:09:50 2019
New Revision: 342786
URL: https://svnweb.freebsd.org/changeset/base/342786
Log:
MFC r342688:
Typo.
Modified:
stable/12/share/man/man3/timeradd.3
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/man/man3/timeradd.3
==============================================================================
--- stable/12/share/man/man3/timeradd.3 Sat Jan 5 07:20:00 2019 (r342785)
+++ stable/12/share/man/man3/timeradd.3 Sat Jan 5 15:09:50 2019 (r342786)
@@ -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
More information about the svn-src-stable
mailing list