Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2022 00:01:47 GMT
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 96c6fba6fdc1 - main - rc.subr: Minor formatting fix for ac102a2a6
Message-ID:  <202212290001.2BT01lWS052052@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by obrien:

URL: https://cgit.FreeBSD.org/src/commit/?id=96c6fba6fdc1bfaa138507365a52e7961811c9d6

commit 96c6fba6fdc1bfaa138507365a52e7961811c9d6
Author:     David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2022-12-29 00:00:56 +0000
Commit:     David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2022-12-29 00:00:56 +0000

    rc.subr: Minor formatting fix for ac102a2a6
---
 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 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)
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212290001.2BT01lWS052052>