git: 755710da7177 - stable/13 - rc.subr: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 11:23:57 UTC
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=755710da7177487d7af95aa640fb43f19ae197a2 commit 755710da7177487d7af95aa640fb43f19ae197a2 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-07-08 19:34:34 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> 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.