aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorJamie Landeg-Jones <jamie@catflap.org>2023-02-16 11:55:01 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-02-17 12:17:54 +0000
commit9e0d41c8f063111803c36e5aaff1126c99e8c7ea (patch)
treed54fa75fd23fa0e671b784b89351c3d4f34e2b9e /share/man/man5
parente37bb444aa945ed0725766e986698a09bd61b1b2 (diff)
rc.conf.5: clarify source directories
In 454adf0fa4d787bf6e6ff7be0aa6c27a91d2be8e some of the issues reported in the PR where addressed. This commit adds a clarification about how the prefix of the directories to be sourced actually behave. PR: 197152 Reported by: jason.mann+freebsd@gmail.com Approved by: manpages (bcr@) Differential Revision: https://reviews.freebsd.org/D38627
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/rc.conf.511
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index c979ffe6cae1..0080e5f8d075 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 12, 2023
+.Dd February 17, 2023
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -80,8 +80,13 @@ script in the
.Pa /etc/rc.conf.d
directory or
.Ao Ar dir Ac Ns Pa /rc.conf.d
-directories specified in
-.Va local_startup ,
+directories (where
+.Ao Ar dir Ac
+is each entry specified in
+ .Va local_startup ,
+but with any trailing
+.Pa /rc.d
+stripped),
which will be included by the
.Va load_rc_config
function.