adjtimex.2: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:11:57 +10:00
parent 7e57f0e642
commit 81036dab01
1 changed files with 21 additions and 21 deletions

View File

@ -490,27 +490,6 @@ and the caller does not have sufficient privilege.
Under Linux, the
.B CAP_SYS_TIME
capability is required.
.SH NOTES
In struct
.IR timex ,
.IR freq ,
.IR ppsfreq ,
and
.I stabil
are ppm (parts per million) with a 16-bit fractional part,
which means that a value of 1 in one of those fields
actually means 2^-16 ppm, and 2^16=65536 is 1 ppm.
This is the case for both input values (in the case of
.IR freq )
and output values.
The leap-second processing triggered by
.B STA_INS
and
.B STA_DEL
is done by the kernel in timer context
Thus, it will take one tick into the second
for the leap second to be inserted or deleted.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@ -532,6 +511,27 @@ intended to be portable.
The preferred API for the NTP daemon is
.BR ntp_adjtime (3).
.SH NOTES
In struct
.IR timex ,
.IR freq ,
.IR ppsfreq ,
and
.I stabil
are ppm (parts per million) with a 16-bit fractional part,
which means that a value of 1 in one of those fields
actually means 2^-16 ppm, and 2^16=65536 is 1 ppm.
This is the case for both input values (in the case of
.IR freq )
and output values.
The leap-second processing triggered by
.B STA_INS
and
.B STA_DEL
is done by the kernel in timer context
Thus, it will take one tick into the second
for the leap second to be inserted or deleted.
.SH SEE ALSO
.BR settimeofday (2),
.BR adjtime (3),