Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 10:24:04 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: ddefa76a69d5 - stable/14 - rc.conf.5: Clarify wording
Message-ID:  <202410141024.49EAO4Yf069926@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by 0mp:

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

commit ddefa76a69d55161c5211bcbbfc71028ef1fd971
Author:     Andrew Stevenson <andrew@ugh.net.au>
AuthorDate: 2024-10-11 09:49:42 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-10-14 10:23:45 +0000

    rc.conf.5: Clarify wording
    
    PR:             196736
    MFC after:      3 days
    
    (cherry picked from commit d80d7a8e46433b90dc5e7ae69144664b9a6e35df)
---
 share/man/man5/rc.conf.5 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 0576d26ce059..a13bbab0743f 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 18, 2024
+.Dd October 11, 2024
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -103,9 +103,8 @@ and
 will be loaded.
 If
 .Ao Ar dir Ac Ns Pa /rc.conf.d/ Ns Ao Ar name Ac
-is a directory,
-all of the files in the directory will be loaded.
-Also see the
+is a directory then all of files in the directory will be loaded.
+See also the
 .Va rc_conf_files
 variable below.
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410141024.49EAO4Yf069926>