]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Noted BUG that occurs if 'delta' is specified as NULL.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jun 2006 13:28:40 +0000 (13:28 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jun 2006 13:28:40 +0000 (13:28 +0000)
See http://bugzilla.kernel.org/show_bug.cgi?id=6761

man3/adjtime.3

index 60db8ecd6d93d631445504a699d960057230137c..8aab7aabee8b40b6d7a7ba76aa3ff3d6e42dff6d 100644 (file)
@@ -111,6 +111,20 @@ Under Linux the
 capability is required.
 .SH CONFORMING TO
 4.3BSD, System V.
+.SH BUGS
+Currently, if
+.I delta
+is specified as NULL, 
+no valid information about the outstanding clock adjustment is returned in
+.IR olddelta .
+(In this circumstance, 
+.BR adjtime ()
+should return the outstanding clock adjustment, without changing it.)
+This is the result of a kernel limitation.
+.\" FIXME .
+.\" A kernel bug report has been submitted; check later to see if 
+.\" things are resolved.
+.\" http://bugzilla.kernel.org/show_bug.cgi?id=6761
 .SH "SEE ALSO"
 .BR adjtimex (2),
 .BR gettimeofday (2),