diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-20 21:14:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-20 21:14:59 +0000 |
| commit | 795b332691b3d3c4d07f9e5e3f1884529bc78666 (patch) | |
| tree | dc6cc7669e28de87a079a3d507c838be35c5aff0 /lib/libc | |
| parent | 5b8c451048dc49fda89a786ea847e20dfd1f2dc5 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/ntp_adjtime.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/ntp_adjtime.2 b/lib/libc/sys/ntp_adjtime.2 index 3b763186bef0..6ed71cef00d1 100644 --- a/lib/libc/sys/ntp_adjtime.2 +++ b/lib/libc/sys/ntp_adjtime.2 @@ -114,7 +114,10 @@ will fill the .Fa tp argument with the current clock state. .Sh RETURN VALUES -.Rv -std ntp_adjtime +Upon successful completion the clock state is returned. +Otherwise a -1 is returned and the global variable +.Va errno +is set to indicate the error. .Pp Possible states of the clock are: .Pp |
