The branch stable/13 has been updated by 0mp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=755710da7177487d7af95aa640fb43f19ae197a2

commit 755710da7177487d7af95aa640fb43f19ae197a2
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2022-07-08 19:34:34 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2023-10-04 11:14:52 +0000

    rc.subr: Fix a typo
    
    MFC after:      3 days
    
    (cherry picked from commit 7f6754d9659183a0c56fe76044d7826ca849675f)
---
 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 37a614e122a4..032d7b261bc2 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -863,7 +863,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