svn commit: r342688 - head/share/man/man3

Mark Johnston markj at FreeBSD.org
Wed Jan 2 16:01:55 UTC 2019


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


More information about the svn-src-head mailing list