diff options
| -rw-r--r-- | man3/ntp_gettime.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/ntp_gettime.3 b/man3/ntp_gettime.3 index 2b365e7640..dea2284eb7 100644 --- a/man3/ntp_gettime.3 +++ b/man3/ntp_gettime.3 @@ -70,7 +70,7 @@ struct timeval { .TP .I maxerror Maximum error, in microseconds. -This value can be initialized by the +This value can be initialized by .BR ntp_adjtime (3), and is increased periodically (on Linux: each second), but is clamped to an upper limit (the kernel constant @@ -111,10 +111,8 @@ and .BR ntp_gettimex () are as for .BR adjtimex (2). +Given a correct pointer argument, these functions always succeed. .\" FIXME . the info page incorrectly describes the return values. -.SH ERRORS -See -.BR adjtimex (2). .\" .SH ATTRIBUTES .SH VERSIONS The |
