The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7ed279f58f83499cc62d253487462c1743da6aec

commit 7ed279f58f83499cc62d253487462c1743da6aec
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:02:21 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-04 11:02:21 +0000

    ntpd(8): Correct a typo in comment of the rc script
    
    - s/the the/the/
    
    MFC after:      3 days
---
 libexec/rc/rc.d/ntpd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/ntpd b/libexec/rc/rc.d/ntpd
index 7c7879583185..2ab2d0243a21 100755
--- a/libexec/rc/rc.d/ntpd
+++ b/libexec/rc/rc.d/ntpd
@@ -60,7 +60,7 @@ can_run_nonroot()
        local fileopts="^[ \t]*crypto|^[ \t]*driftfile|^[ \t]*key|^[ 
\t]*logfile|^[ \t]*statsdir"
        grep -E -q "${fileopts}" "${ntpd_config}" && return 1
 
-       # Try to set up the the MAC ntpd policy so ntpd can run with reduced
+       # Try to set up the MAC ntpd policy so ntpd can run with reduced
        # privileges.  Detect whether MAC is compiled into the kernel, load
        # the policy module if not already present, then check whether the
        # policy has been disabled via tunable or sysctl.

Reply via email to