]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
timespec.3type: tfix
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 3 Jan 2023 23:45:34 +0000 (23:45 +0000)
committerAlejandro Colomar <alx@kernel.org>
Tue, 3 Jan 2023 23:47:40 +0000 (00:47 +0100)
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@weissschuh.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3type/timespec.3type

index fdddcc778d6cab34d56ca69ff1191b111f091862..7cd80ce8669b0fa5fdcf65a249a085c7d9829b06 100644 (file)
@@ -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