Author: markj
Date: Wed Jan 2 16:01:54 2019
New Revision: 342688
URL: https://svnweb.freebsd.org/changeset/base/342688
Log:
Typo.
Reported by: Christian Barthel
MFC after: 3 days
Modified:
head/share/man/man3/timeradd.3
Modified: head/share/man/man3/timeradd.3
==============================================================================
--- head/share/man/man3/timeradd.3 Wed Jan 2 15:52:16 2019
(r342687)
+++ head/share/man/man3/timeradd.3 Wed Jan 2 16:01:54 2019
(r342688)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"