From: наб Date: Mon, 6 Dec 2021 20:12:09 +0000 (+0100) Subject: system_data_types.7: timespec: Add tv_nsec range to comment X-Git-Tag: man-pages-5.19-rc1~820 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1e99add2c6fbf1b39c91ceeba36e652e7f3bb3;p=thirdparty%2Fman-pages.git system_data_types.7: timespec: Add tv_nsec range to comment Signed-off-by: Ahelenia Ziemiańska Signed-off-by: Alejandro Colomar --- diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index d117b1d2bc..1e6a3f74cc 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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