aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-08-03 11:31:39 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-08-03 11:31:39 +0000
commitf42dadce1ef84a955f9788c49c96a2045a6c50e4 (patch)
treea435b85cbe71c9c791393e499dc0d37906f8568e /usr.sbin/ntp
parentb99bacc92bc06456b68194c32991b0f6ee421883 (diff)
downloadsrc-f42dadce1ef84a955f9788c49c96a2045a6c50e4.tar.gz
src-f42dadce1ef84a955f9788c49c96a2045a6c50e4.zip
Miscellaneous fixes.
In particularly, the -h and -m flags were incorrectly described.
Notes
Notes: svn path=/head/; revision=81099
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/doc/ntptime.813
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/ntp/doc/ntptime.8 b/usr.sbin/ntp/doc/ntptime.8
index 82e009fb1efb..2572cdff57b9 100644
--- a/usr.sbin/ntp/doc/ntptime.8
+++ b/usr.sbin/ntp/doc/ntptime.8
@@ -28,15 +28,16 @@ provided in
.Pa /usr/share/doc/ntp ) .
It reads and displays time-related kernel variables
using the
-.Xr ntp_gettime 2
+.Fn gettime
and
-.Xr ntp_adjtime 2
+.Xr adjtime 2
system calls if available.
A similar display can be obtained using the
.Xr ntpdc 8
program's
.Ic kerninfo
command.
+.Pp
The following options are available:
.Bl -tag -width indent
.It Fl c
@@ -48,12 +49,11 @@ Specify estimated error, in microseconds.
.It Fl f Ar frequency
Specify frequency offset, in parts per million.
.It Fl h
-Display times in Unix timeval format.
-Default is NTP format.
+Display help information.
.It Fl l
Specify the leap bits as a code from 0 to 3.
.It Fl m Ar max_error
-Display help information.
+Specify max possible errors, in microseconds.
.It Fl o Ar offset
Specify clock offset, in microseconds.
.It Fl r
@@ -63,6 +63,5 @@ Display Unix and NTP times in raw format.
Specify time constant, an integer in the range 0-4.
.El
.Sh SEE ALSO
-.Xr ntp_adjtime 2 ,
-.Xr ntp_gettime 2 ,
+.Xr adjtime 2 ,
.Xr ntpdc 8