git: 70db230dcbd9 - stable/13 - ntp.conf.5: Fix typos

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 14:05:31 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=70db230dcbd958044d4ead05c6cc68f355204e94

commit 70db230dcbd958044d4ead05c6cc68f355204e94
Author:     Elyes HAOUAS <ehaouas@noos.fr>
AuthorDate: 2021-10-06 05:38:06 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-10-14 14:04:34 +0000

    ntp.conf.5: Fix typos
    
    "certian" --> "certain"
    "compatability" --> "compatibility"
    "noticable" --> "noticeable"
    "limite" --> "limit"
    "acutal" --> "actual"
    "ba" --> "be"
    
    MFC after:      1 week
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/550
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    (cherry picked from commit da3278ded3b2647d26da26788bab8363e502a144)
---
 usr.sbin/ntp/doc/ntp.conf.5 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5
index 0f3d29341d17..3494a09c2bc7 100644
--- a/usr.sbin/ntp/doc/ntp.conf.5
+++ b/usr.sbin/ntp/doc/ntp.conf.5
@@ -843,7 +843,7 @@ The remaining files are necessary only for the
 Autokey protocol.
 .Pp
 Certificates imported from OpenSSL or public certificate
-authorities have certian limitations.
+authorities have certain limitations.
 The certificate should be in ASN.1 syntax, X.509 Version 3
 format and encoded in PEM, which is the same format
 used by OpenSSL.
@@ -1627,7 +1627,7 @@ one or more IPs or subnets via the third field of the
 .Pa ntp.keys
 file.
 This restriction is not enabled by default,
-to maintain backward compatability.
+to maintain backward compatibility.
 Expect
 .Cm noepeer
 to become the default in ntp\-4.4.
@@ -2574,7 +2574,7 @@ While this is generally a feature
 as it allows for quick recovery if a server key has changed,
 a properly forged and appropriately delivered crypto\-NAK packet
 can be used in a DoS attack.
-If you have active noticable problems with this type of DoS attack
+If you have active noticeable problems with this type of DoS attack
 then you should consider
 disabling this option.
 You can check your
@@ -2622,7 +2622,7 @@ While this is generally a feature
 as it allows for quick recovery if a server key has changed,
 a properly forged and appropriately delivered crypto\-NAK packet
 can be used in a DoS attack.
-If you have active noticable problems with this type of DoS attack
+If you have active noticeable problems with this type of DoS attack
 then you should consider
 disabling this option.
 You can check your
@@ -2642,7 +2642,7 @@ While this is generally a feature
 as it allows for quick recovery,
 if this type of packet is carefully forged and sent
 during an appropriate window it can be used for a DoS attack.
-If you have active noticable problems with this type of DoS attack
+If you have active noticeable problems with this type of DoS attack
 then you should consider
 disabling this option.
 You can check your
@@ -2848,7 +2848,7 @@ command line option.
 .Cm incalloc Ar count | Cm incmem Ar kilobytes
 .Oc
 .Xc
-Controls size limite of the monitoring facility's Most Recently Used
+Controls size limit of the monitoring facility's Most Recently Used
 (MRU) list
 of client addresses, which is also used by the
 rate control facility.
@@ -2856,7 +2856,7 @@ rate control facility.
 .It Ic maxdepth Ar count
 .It Ic maxmem Ar kilobytes
 Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes.
-The acutal limit will be up to
+The actual limit will be up to
 .Cm incalloc
 entries or
 .Cm incmem
@@ -2878,7 +2878,7 @@ The default is 600 entries.
 .It Cm maxage Ar seconds
 Once the MRU list has
 .Cm mindepth
-entries and an additional client is to ba added to the list,
+entries and an additional client is to be added to the list,
 if the oldest entry was updated more than
 .Cm maxage
 seconds ago, that entry is removed and its storage is reused.