git: 7f6754d96591 - main - rc.subr: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 19:35:38 UTC
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 <0mp@FreeBSD.org>
AuthorDate: 2022-07-08 19:34:34 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
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.