aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Forró <nforro@redhat.com>2016-10-07 15:21:33 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-07 16:37:53 +0200
commit85976da34f36a3347dcae5a44140c3591bd538fd (patch)
tree1285f4d5f475d0bd48bf43ad751edf5b693f448b
parent4c58028a2858f3df5bf12e0e8dfb4e2ad118bb78 (diff)
downloadman-pages-85976da34f36a3347dcae5a44140c3591bd538fd.tar.gz
adjtimex.2: Fix kernel version references
ADJ_SETOFFSET mode was added in 2.6.39: $ git tag --contains 094aa1881fdc1b8889b442eb3511b31f3ec2b762 | head -n 1 v2.6.39 ADJ_MICRO and ADJ_NANO modes were added in 2.6.26: $ git tag --contains eea83d896e318bda54be2d2770d2c5d6668d11db | head -n 1 v2.6.26 Signed-off-by: Nikola Forró <nforro@redhat.com>
-rw-r--r--man2/adjtimex.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index a81b91f9d0..0fd6273172 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -146,7 +146,7 @@ If the
.B STA_NANO
status flag (see below) is clear, the kernel adds 4 to this value.
.TP
-.BR ADJ_SETOFFSET " (since Linux 2.6.29)"
+.BR ADJ_SETOFFSET " (since Linux 2.6.39)"
.\" commit 094aa1881fdc1b8889b442eb3511b31f3ec2b762
.\" Author: Richard Cochran <richardcochran@gmail.com>
Add
@@ -161,12 +161,12 @@ flag, then
is interpreted as a nanosecond value;
otherwise it is interpreted as microseconds.
.TP
-.BR ADJ_MICRO " (since Linux 2.6.36)"
+.BR ADJ_MICRO " (since Linux 2.6.26)"
.\" commit eea83d896e318bda54be2d2770d2c5d6668d11db
.\" Author: Roman Zippel <zippel@linux-m68k.org>
Select microsecond resolution.
.TP
-.BR ADJ_NANO " (since Linux 2.6.36)"
+.BR ADJ_NANO " (since Linux 2.6.26)"
.\" commit eea83d896e318bda54be2d2770d2c5d6668d11db
.\" Author: Roman Zippel <zippel@linux-m68k.org>
Select nanosecond resolution.