statx.2: 'tv_nsec' is nanoseconds *since* 'tv_sec'

Reported-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-26 07:41:05 +02:00
parent 56a05af6df
commit 09f661dabf
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ The file timestamps are structures of the following type:
.nf
struct statx_timestamp {
__s64 tv_sec; /* Seconds since the Epoch (UNIX time) */
__s32 tv_nsec; /* Nanoseconds before or since tv_sec */
__s32 tv_nsec; /* Nanoseconds since tv_sec */
};
.fi
.in