diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
commit | 57bd0fc6e89b888516b6a64206715bef500fc2d1 (patch) | |
tree | ab5e026aafe37b18ff362bec5a3c4765fb7813f5 /usr.sbin/ntp | |
parent | aa4d7a8a4bf3d4bfe0ad9a1af83ac6c4693eee55 (diff) | |
download | src-test2-57bd0fc6e89b888516b6a64206715bef500fc2d1.tar.gz src-test2-57bd0fc6e89b888516b6a64206715bef500fc2d1.zip |
Notes
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/doc/ntp.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntp.keys.5 | 2 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntpdc.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntpq.8 | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index d170a29a4333..ac064e9c2449 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -81,7 +81,7 @@ in some cases new functions and new arguments. There are two classes of commands, configuration commands that configure a persistent association with a remote server or peer or reference -clock, and auxilliary commands that specify environmental variables +clock, and auxiliary commands that specify environmental variables that control various related operations. .Ss Configuration Commands The various modes are determined by the command keyword and the @@ -305,7 +305,7 @@ packets. Versions 1-4 are the choices, with version 4 the default. .El -.Ss Auxilliary Commands +.Ss Auxiliary Commands .Bl -tag -width indent .It Ic broadcastclient This command enables reception of broadcast server messages to @@ -661,7 +661,7 @@ occasions of leap second insertion since 1972. The leapsecond table shows each epoch of insertion along with the offset of International Atomic Time (TAI) with respect to Coordinated -Universtal Time (UTC), as disseminated by NTP. +Universal Time (UTC), as disseminated by NTP. The table can be obtained directly from NIST national time servers using FTP as the ASCII file @@ -1278,7 +1278,7 @@ The flags are not orthogonal, in that more restrictive flags will often make less restrictive ones redundant. The flags can generally be classed into two -catagories, those which restrict time service and those which +categories, those which restrict time service and those which restrict informational queries and attempts to do run-time reconfiguration of the server. One or more of the following flags diff --git a/usr.sbin/ntp/doc/ntp.keys.5 b/usr.sbin/ntp/doc/ntp.keys.5 index a59205b2ba2b..dc9531ce245e 100644 --- a/usr.sbin/ntp/doc/ntp.keys.5 +++ b/usr.sbin/ntp/doc/ntp.keys.5 @@ -114,7 +114,7 @@ the default name of the configuration file .Xr ntpd 8 has gotten rather fat. While not huge, it has gotten larger than might -be desireable for an elevated-priority daemon running on a workstation, +be desirable for an elevated-priority daemon running on a workstation, particularly since many of the fancy features which consume the space were designed more with a busy primary server, rather than a high stratum workstation, in mind. diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8 index 19ceb3e4ba98..e04020c7013e 100644 --- a/usr.sbin/ntp/doc/ntpdc.8 +++ b/usr.sbin/ntp/doc/ntpdc.8 @@ -90,7 +90,7 @@ commands if the standard input is a terminal device. The .Nm utility uses NTP mode 7 packets to communicate with the -NTP server, and hence can be used to query any compatable server on +NTP server, and hence can be used to query any compatible server on the network which permits it. Note that since NTP is a UDP protocol this communication will be somewhat unreliable, especially over @@ -254,7 +254,7 @@ indicates that the server is broadcasting to this address, a .Ql \&~ denotes that the remote peer is sending broadcasts and a .Ql \&* -marks the peer the server is currently synchonizing +marks the peer the server is currently synchronizing to. .Pp The contents of the host field may be one of four forms. diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index 44f9859bfde3..266dfec996d4 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -598,7 +598,7 @@ which is highly unlikely unless the peer is synchronized to Mars. .It Sy TEST9 Either the peer delay or dispersion is greater than one second, -which is higly unlikely unless the peer is on Mars. +which is highly unlikely unless the peer is on Mars. .It Sy TEST10 The autokey protocol has detected an authentication failure. See the |