diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 05:11:57 +1000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 05:54:15 +1000 |
| commit | 81036dab01048a828824cdf120903cfc70fd7a90 (patch) | |
| tree | d5e5102eb01e745a9266f0e2d97c6f132cb66199 | |
| parent | 7e57f0e6422ffd0fc87dc8977c3358f3ee4f434f (diff) | |
| download | man-pages-81036dab01048a828824cdf120903cfc70fd7a90.tar.gz | |
adjtimex.2: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/adjtimex.2 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index 375f0ff5d4..a81b91f9d0 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -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), |
