From: Laurent Georget <laurent.georget-vbcOdlJ0SulGWvitb5QawA@public.gmane.org>
To: "Michael Kerrisk (man-pages)"
<mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Richard Cochran
<richardcochran-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [patch v2] adjtimex.2: add explanation about ADJ_TAI action
Date: Sat, 29 Nov 2014 10:46:23 +0100 [thread overview]
Message-ID: <547995EF.10804@supelec.fr> (raw)
In-Reply-To: <54799198.1070907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Hello,
Le 29/11/2014 10:27, Michael Kerrisk (man-pages) a écrit :
> Hello Laurent,
>
> Thanks for working on this. I have one question; see below.
>
>>
>> diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
>> index 20a2f0b..871e607 100644
>> --- a/man2/adjtimex.2
>> +++ b/man2/adjtimex.2
>> @@ -26,9 +26,6 @@
>> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> .\" Modified 2014-11-28 by Laurent Georget <laurent.georget@supelec.fr>
>> .\"
>> -.\" FIXME Document ADJ_TAI (added in Linux 2.6.26)
>> -.\" commit 153b5d054ac2d98ea0d86504884326b6777f683d
>> -.\"
>> .\" FIXME Document ADJ_MICRO and ADJ_NANO (added in Linux 2.6.26)
>> .\" commit eea83d896e318bda54be2d2770d2c5d6668d11db
>> .\" Author: Roman Zippel <zippel-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
>> @@ -74,6 +71,17 @@ struct timex {
>> (read-only) */
>> struct timeval time; /* current time (read-only) */
>> long tick; /* usecs between clock ticks */
>
> What is the following piece about? Did you mean to include it in this patch?
Those are new fields added in struct timex since the last edition of the
man page. Maybe I should split the commit in two subcommits: the first
one to add the new fields, and the second one to specifically add the
ADJ_TAI flag?
>
>> +
>> + 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) */
>> };
>
> Thanks,
>
> Michael
>
Thanks,
Laurent
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-11-29 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-28 13:40 [patch] adjtimex.2: add explanation about ADJ_TAI action Laurent Georget
[not found] ` <54787B5C.1080802-vbcOdlJ0SulGWvitb5QawA@public.gmane.org>
2014-11-28 21:00 ` Richard Cochran
[not found] ` <20141128210043.GB14432-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-11-28 23:02 ` [patch v2] " Laurent Georget
2014-11-29 9:27 ` Michael Kerrisk (man-pages)
[not found] ` <54799198.1070907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-29 9:46 ` Laurent Georget [this message]
[not found] ` <5478FF09.6090508-vbcOdlJ0SulGWvitb5QawA@public.gmane.org>
2014-11-29 9:32 ` Richard Cochran
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=547995EF.10804@supelec.fr \
--to=laurent.georget-vbcodlj0sulgwvitb5qawa@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=richardcochran-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/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;
as well as URLs for NNTP newsgroup(s).