From 81036dab01048a828824cdf120903cfc70fd7a90 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:11:57 +1000 Subject: [PATCH] adjtimex.2: Fix section ordering Signed-off-by: Michael Kerrisk --- man2/adjtimex.2 | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index 375f0ff5d..a81b91f9d 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),