The field is correctly called "tv_nsec" as it is also used in other places in the manpage. Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx> --- man3type/timespec.3type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3type/timespec.3type b/man3type/timespec.3type index fdddcc778d6c..7cd80ce8669b 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 base-commit: 7474e450de3dc6c2b96fadd3271b1643b4f094a6 -- 2.39.0