Date: Tue, 5 Jul 2022 08:39:23 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b68ffd51e770 - stable/12 - rc.conf.5: Fix example of how rc.conf.d works Message-ID: <202207050839.2658dNo6042132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b68ffd51e7708781ae30c1e1f846d2362980121d commit b68ffd51e7708781ae30c1e1f846d2362980121d Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-06-28 22:37:39 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-07-05 08:39:20 +0000 rc.conf.5: Fix example of how rc.conf.d works While here, fix a typo. MFC after: 1 week (cherry picked from commit 454adf0fa4d787bf6e6ff7be0aa6c27a91d2be8e) --- share/man/man5/rc.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 2a132c48b575..729287fa2fe9 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 24, 2022 +.Dd June 28, 2022 .Dt RC.CONF 5 .Os .Sh NAME @@ -82,14 +82,14 @@ which will be included by the function. For jail configurations you could use the file .Pa /etc/rc.conf.d/jail -to store jail specific configuration options. +to store jail-specific configuration options. If .Va local_startup contains .Pa /usr/local/etc/rc.d and .Pa /opt/conf , -.Pa /usr/local/rc.conf.d/jail +.Pa /usr/local/etc/rc.conf.d/jail and .Pa /opt/conf/rc.conf.d/jail will be loaded.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207050839.2658dNo6042132>