The branch main has been updated by 0mp (doc, ports committer):

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

commit 7f6754d9659183a0c56fe76044d7826ca849675f
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2022-07-08 19:34:34 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2022-07-08 19:35:34 +0000

    rc.subr: Fix a typo
    
    MFC after:      3 days
---
 libexec/rc/rc.subr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
index 99d1711e16ab..612ee12883ec 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -864,7 +864,7 @@ startmsg()
 #                      ($sig_stop defaults to TERM.)
 #
 #      reload          Similar to stop, except use $sig_reload instead,
-#                      and doesn't wait_for_pids.
+#                      and don't wait_for_pids.
 #                      $sig_reload defaults to HUP.
 #                      Note that `reload' isn't provided by default,
 #                      it should be enabled via $extra_commands.

Reply via email to