diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2022-12-29 00:00:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2022-12-29 00:00:56 +0000 |
commit | 96c6fba6fdc1bfaa138507365a52e7961811c9d6 (patch) | |
tree | 09cd31a8013c30b5e5c0d287dbb3ab90b19893dc | |
parent | 43dc1409c139c39056bafdcd4d083230ccb10b50 (diff) |
rc.subr: Minor formatting fix for ac102a2a6
-rw-r--r-- | libexec/rc/rc.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr index 81bef4f05fe0..e21504248749 100644 --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -900,8 +900,8 @@ startmsg() # by $flags from the environment. # This variable may be changed by the precmd method. # -# rc_service Path to the service being executed, in case the service -# needs to re-invoke itself. +# rc_service Path to the service being executed, in case the service +# needs to re-invoke itself. # # rc_pid PID of command (if appropriate) # |