git: 7b23ad67e9c1 - stable/12 - rc.8: Reference the article about rc scripting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 10:05:44 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7b23ad67e9c1a6a47dbce4d4eef336d22727260d commit 7b23ad67e9c1a6a47dbce4d4eef336d22727260d Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-07-04 10:54:57 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-07-08 10:04:44 +0000 rc.8: Reference the article about rc scripting MFC after: 3 days (cherry picked from commit 604bc078a502fd188063d4d737763a56484d2c23) --- share/man/man8/rc.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 925c30118435..ebd28cd85c2a 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -31,7 +31,7 @@ .\" @(#)rc.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd August 7, 2019 +.Dd July 4, 2022 .Dt RC 8 .Os .Sh NAME @@ -571,6 +571,11 @@ is unnecessary, but is often included. .Xr savecore 8 , .Xr service 8 , .Xr sysrc 8 +.Pp +.Rs +.%T "Practical rc.d scripting in BSD" +.%U "https://docs.freebsd.org/en/articles/rc-scripting/" +.Re .Sh HISTORY The .Nm