git: b68ffd51e770 - stable/12 - rc.conf.5: Fix example of how rc.conf.d works
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 08:39:23 UTC
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.