Noted BUG that occurs if 'delta' is specified as NULL.

See http://bugzilla.kernel.org/show_bug.cgi?id=6761
This commit is contained in:
Michael Kerrisk 2006-06-28 13:28:40 +00:00
parent 2f5ef9cad5
commit e9ec6fc99a
1 changed files with 14 additions and 0 deletions

View 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),