git: afc5d2b0d0ec - stable/13 - rc.conf.5: Add /etc/rc.conf.d/ to FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 11:24:00 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=afc5d2b0d0ecda6fce00a56ec08d6cb1ee7a472d
commit afc5d2b0d0ecda6fce00a56ec08d6cb1ee7a472d
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-07 18:07:43 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-04 11:15:21 +0000
rc.conf.5: Add /etc/rc.conf.d/ to FILES
While here, fix the -width argument.
MFC after: 3 days
(cherry picked from commit a6e734d779b3b5f5679588c1e6f66d0d1533fcbf)
---
share/man/man5/rc.conf.5 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 035cd20631b5..666ccbbc6b6e 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -4715,11 +4715,12 @@ to unlock an encrypted dataset.
The default is 10.
.El
.Sh FILES
-.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
+.Bl -tag -width "/etc/defaults/rc.conf" -compact
.It Pa /etc/defaults/rc.conf
.It Pa /etc/defaults/vendor.conf
.It Pa /etc/rc.conf
.It Pa /etc/rc.conf.local
+.It Pa /etc/rc.conf.d/
.El
.Sh SEE ALSO
.Xr chmod 1 ,