rc.subr: Fix typo

Originally intended as 'in case in needs to be re-invoked', but it was later
decided (by myself) that 're-invoke itself' makes it more clear that the
script is expected to use this in a way.

Reported by:	Jose Luis Duran (jlduran @ github)
X-MFC-With:	r342792
This commit is contained in:
Kyle Evans 2019-01-06 01:39:01 +00:00
parent fbeb31a26b
commit 478e7696ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342805

View File

@ -887,8 +887,8 @@ check_startmsgs()
# by $flags from the environment.
# This variable may be changed by the precmd method.
#
# rc_service Path to the service being executed, in case it needs to
# re-invoked.
# rc_service Path to the service being executed, in case the service
# needs to re-invoke itself.
#
# rc_pid PID of command (if appropriate)
#