adjtimex.2: Add more details to description of 'tai' field

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-30 15:45:27 +01:00
parent 5de5062ad1
commit 9155a2763e
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ struct timex {
long errcnt; /* PPS calibration errors (read-only) */
long stbcnt; /* PPS stability limit exceeded
(read-only) */
int tai; /* TAI offset (seconds, read-only,
int tai; /* TAI offset, as set by previous ADJ_TAI
operation (seconds, read-only,
since Linux 2.6.26) */
/* Further padding bytes to allow for future expansion */
};