OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man2 / adjtimex.2
index b687ad7..12ba829 100644 (file)
 .\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl>
 .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.\" FIXME 2.6.26 added ADJ_TAI
+.\" FIXME Document ADJ_TAI (added in Linux 2.6.26)
 .\"            commit 153b5d054ac2d98ea0d86504884326b6777f683d
-.\" FIXME 2.6.26 added ADJ_MICOR and ADJ_NANO
+.\"
+.\" FIXME Document ADJ_MICRO and ADJ_NANO (added in Linux 2.6.26)
 .\"            commit eea83d896e318bda54be2d2770d2c5d6668d11db
 .\"            Author: Roman Zippel <zippel@linux-m68k.org>
-.\" FIXME 2.6.39 added ADJ_SETOFFSET
+.\"
+.\" FIXME Document ADJ_SETOFFSET (added in Linux 2.6.39)
 .\"            commit 094aa1881fdc1b8889b442eb3511b31f3ec2b762
 .\"            Author: Richard Cochran <richardcochran@gmail.com>
 .\"
@@ -61,7 +63,7 @@ struct timex {
     int modes;           /* mode selector */
     long offset;         /* time offset (usec) */
     long freq;           /* frequency offset (scaled ppm) */
-.\" FIXME -- what is the scaling unit?  2^16 ?
+.\" FIXME What is the scaling unit of timex.freq?  2^16 ?
     long maxerror;       /* maximum error (usec) */
     long esterror;       /* estimated error (usec) */
     int status;          /* clock command/status */
@@ -164,7 +166,7 @@ method of adjusting the system clock.
 .BR time (7),
 .BR adjtimex (8)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,