From 478e7696ff3e124d5522a4c7a7a8e406329bb6b8 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 6 Jan 2019 01:39:01 +0000 Subject: [PATCH] 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 --- libexec/rc/rc.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr index c1f0469ba11..93d2cfda87b 100644 --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -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) #