From: Thomas Weißschuh Date: Tue, 3 Jan 2023 23:45:34 +0000 (+0000) Subject: timespec.3type: tfix X-Git-Tag: man-pages-6.03~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2253b4af00a4ae555bf910e6c1d6d3acccfe223a;p=thirdparty%2Fman-pages.git timespec.3type: tfix The field is correctly called "tv_nsec" as it is also used in other places in the manpage. Signed-off-by: Thomas Weißschuh Signed-off-by: Alejandro Colomar --- diff --git a/man3type/timespec.3type b/man3type/timespec.3type index fdddcc778d..7cd80ce866 100644 --- a/man3type/timespec.3type +++ b/man3type/timespec.3type @@ -16,7 +16,7 @@ Standard C library .PP .B struct timespec { .BR " time_t tv_sec;" " /* Seconds */" -.BR " long tv_usec;" " /* Nanoseconds [" 0 ", " 999999999 "] */" +.BR " long tv_nsec;" " /* Nanoseconds [" 0 ", " 999999999 "] */" .B }; .EE .SH DESCRIPTION