]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: timespec: Add tv_nsec range to comment
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 6 Dec 2021 20:12:09 +0000 (21:12 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 6 Dec 2021 21:16:10 +0000 (22:16 +0100)
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man7/system_data_types.7

index d117b1d2bca52cb4ee0d21a1e5fc262734e18a3b..1e6a3f74cca82b6a5aa17b1aca6047f05daf1b12 100644 (file)
@@ -1544,7 +1544,7 @@ or
 .EX
 struct timespec {
     time_t  tv_sec;  /* Seconds */
-    long    tv_nsec; /* Nanoseconds */
+    long    tv_nsec; /* Nanoseconds [0 .. 999999999] */
 };
 .EE
 .PP