Package: manpages-dev
Version: 3.74-1
Severity: minor

adjtimex(2) says:

#          struct timex {
#              int modes;           /* mode selector */
#              long offset;         /* time offset (usec) */

In fact the "offset" field is not necessarily in microseconds.  It is
in either microseconds or nanoseconds, depending on the STA_NANO status
flag, just like timex.time.tv_usec.

-zefram

Reply via email to