git: 549974d68546 - stable/13 - rc.conf.5: Fix example of how rc.conf.d works

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 05 Jul 2022 08:39:08 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=549974d6854647a4b809d0b6510b0938a2bbc0e3

commit 549974d6854647a4b809d0b6510b0938a2bbc0e3
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:02 +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 81a21e532006..2581783794be 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.