diff options
author | Chris Costello <chris@FreeBSD.org> | 1999-11-07 01:24:47 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 1999-11-07 01:24:47 +0000 |
commit | b1d9984e17d26eb674747f08836b82dbc9b3237d (patch) | |
tree | 9fec25d1216b44c64c0c73b25e51df00136f4e13 | |
parent | c1dc94eeb5f2aca0d6c0d082eacb2d73b06458ba (diff) | |
download | src-b1d9984e17d26eb674747f08836b82dbc9b3237d.tar.gz src-b1d9984e17d26eb674747f08836b82dbc9b3237d.zip |
Fix spelling errors.
(``compatible'' is misspelled here as ``compatable'')
Notes
Notes:
svn path=/head/; revision=52948
-rw-r--r-- | usr.sbin/xntpd/doc/ntpq.8 | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/doc/xntpdc.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/doc/ntpq.8 b/usr.sbin/xntpd/doc/ntpq.8 index 4a99fab8a072..7d624286057d 100644 --- a/usr.sbin/xntpd/doc/ntpq.8 +++ b/usr.sbin/xntpd/doc/ntpq.8 @@ -42,7 +42,7 @@ will prompt for commands if the standard input is a terminal device. .Pp .Nm Ntpq uses NTP mode 6 packets to communicate with the NTP server, and hence -can be used to query any compatable server on the network which permits +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 large distances in terms of network topology. diff --git a/usr.sbin/xntpd/doc/xntpdc.8 b/usr.sbin/xntpd/doc/xntpdc.8 index cd6fff0ed0e4..3e17d5cb46b1 100644 --- a/usr.sbin/xntpd/doc/xntpdc.8 +++ b/usr.sbin/xntpd/doc/xntpdc.8 @@ -52,7 +52,7 @@ uses mode 7 packets to communicate with the .Tn NTP server, and hence -can be used to query any compatable server on the network which permits +can be used to query any compatible server on the network which permits it. Note that since .Tn NTP is a UDP protocol this communication will be |