From: Laurent Georget <laurent.georget@supelec.fr>
To: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>,
linux-man <linux-man@vger.kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 1/2 v3] adjtimex.2: add fields in struct timex description
Date: Sun, 30 Nov 2014 11:14:46 +0100 [thread overview]
Message-ID: <547AEE16.20603@supelec.fr> (raw)
Hello,
this is a refactored series of patches for adjtimex(2) man page. Please
ignore all previous patches I sent for adjtimex.2.
The first patch updates the man page with the new fields added in struct
timex since last edition of the man page.
Thank you for your time. These are my first patches so you may have to
bear with me being a little inexpert and clumsy for some time. I
apologize for that.
Laurent
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index eb3fda1..0b919c5 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -73,6 +73,15 @@ struct timex {
(read-only) */
struct timeval time; /* current time (read-only) */
long tick; /* usecs between clock ticks */
+ long ppsfreq; /* pps frequency (scaled ppm) (read-only) */
+ long jitter; /* pps jitter (usec) (read-only) */
+ int shift; /* interval duration (sec) (read-only) */
+ long stabil; /* pps stability (scaled ppm) (read-only) */
+ long jitcnt; /* jitter limit exceeded (read-only) */
+ long calcnt; /* calibration intervals (read-only) */
+ long errcnt; /* calibration errors (read-only) */
+ long stbcnt; /* stability limit exceeded (read-only) */
+ int tai; /* TAI offset (s) (read-only) */
};
.fi
.in
next reply other threads:[~2014-11-30 10:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-30 10:14 Laurent Georget [this message]
2014-12-30 12:54 ` [PATCH 1/2 v3] adjtimex.2: add fields in struct timex description Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=547AEE16.20603@supelec.fr \
--to=laurent.georget@supelec.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox