git: a6e734d779b3 - main - rc.conf.5: Add /etc/rc.conf.d/ to FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 18:10:19 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a6e734d779b3b5f5679588c1e6f66d0d1533fcbf commit a6e734d779b3b5f5679588c1e6f66d0d1533fcbf Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-07-07 18:07:43 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-07-07 18:09:17 +0000 rc.conf.5: Add /etc/rc.conf.d/ to FILES While here, fix the -width argument. MFC after: 3 days --- 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 3c0bc297a8a0..473f5b16a30f 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -4676,11 +4676,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 ,