Hi наб, On 12/6/21 21:12, наб wrote:
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx>
I rewrote the title: system_data_types.7: timespec: Add tv_nsec range to comment Patch applied. Thanks, Alex
--- man7/system_data_types.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index d117b1d2b..1e6a3f74c 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
-- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/