aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-07 01:07:54 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-07 01:35:12 +0100
commite837b41c131125ee4ba308367a5caa87f11e7346 (patch)
treea33a9048a640c16e2abaae4f2f3dce28c2c7d38a
parent6d78bc966a43ed421d46cb498ba908a68e211259 (diff)
downloadman-pages-e837b41c131125ee4ba308367a5caa87f11e7346.tar.gz
adjtimex.2: Improve description of some PPS timex fields
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/adjtimex.212
1 files changed, 8 insertions, 4 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index dddf736c2a..e1b5397b83 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -76,10 +76,14 @@ struct timex {
int shift; /* PPS interval duration (seconds, read-only) */
long stabil; /* PPS stability (2^-16 ppm\-\-see NOTES,
read-only) */
- long jitcnt; /* PPS jitter limit exceeded (read-only) */
- long calcnt; /* PPS calibration intervals (read-only) */
- long errcnt; /* PPS calibration errors (read-only) */
- long stbcnt; /* PPS stability limit exceeded (read-only) */
+ long jitcnt; /* PPS count of jitter limit exceeded
+ events (read-only) */
+ long calcnt; /* PPS count of calibration intervals
+ (read-only) */
+ long errcnt; /* PPS count of calibration errors
+ (read-only) */
+ long stbcnt; /* PPS count of stability limit exceeded
+ events (read-only) */
int tai; /* TAI offset, as set by previous ADJ_TAI
operation (seconds, read-only,
since Linux 2.6.26) */