aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-01-02 16:01:54 +0000
committerMark Johnston <markj@FreeBSD.org>2019-01-02 16:01:54 +0000
commita51c7dc5fea170f459ff5ba6228d5861b17d01ce (patch)
treebe875ffcdeff41d9adfe9e7f4f5729cbc3fce6de
parent438622af062bc61836f46c138292ceab68b335b3 (diff)
downloadsrc-a51c7dc5fea170f459ff5ba6228d5861b17d01ce.tar.gz
src-a51c7dc5fea170f459ff5ba6228d5861b17d01ce.zip
Typo.
Reported by: Christian Barthel MFC after: 3 days
Notes
Notes: svn path=/head/; revision=342688
-rw-r--r--share/man/man3/timeradd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/timeradd.3 b/share/man/man3/timeradd.3
index 86e6b2816f1f..b63e837c3395 100644
--- a/share/man/man3/timeradd.3
+++ b/share/man/man3/timeradd.3
@@ -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