git: 454adf0fa4d7 - main - rc.conf.5: Fix example of how rc.conf.d works

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 28 Jun 2022 22:43:43 UTC
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=454adf0fa4d787bf6e6ff7be0aa6c27a91d2be8e

commit 454adf0fa4d787bf6e6ff7be0aa6c27a91d2be8e
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-28 22:37:39 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-06-28 22:42:49 +0000

    rc.conf.5: Fix example of how rc.conf.d works
    
    While here, fix a typo.
    
    MFC after:      1 week
---
 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 7222c57963f5..9c7af304b1f3 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
@@ -87,14 +87,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.