git: 11a6c85d7f2e - main - hier: Document /usr/freebsd-dist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Mar 2022 08:56:19 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=11a6c85d7f2e3cf9cb553b1f5951a83f57520dbc
commit 11a6c85d7f2e3cf9cb553b1f5951a83f57520dbc
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-14 17:19:53 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-15 08:54:38 +0000
hier: Document /usr/freebsd-dist
/usr/freebsd-dist is used used by various programs as the location for
FreeBSD distribution files. In-tree programs following this convention
are bsdinstall(8) and release(7).
Reviewed by: Pau Amma <pauamma@gundo.com>
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D34552
---
share/man/man7/hier.7 | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 150ba4c4b719..923f04a4e7ce 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -28,7 +28,7 @@
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd March 1, 2022
+.Dd March 14, 2022
.Dt HIER 7
.Os
.Sh NAME
@@ -192,13 +192,20 @@ temporary files that are not guaranteed to persist across system reboots
.It Pa /usr/
contains the majority of user utilities and applications
.Pp
-.Bl -tag -width "defaults/" -compact
+.Bl -tag -width "freebsd-dist/" -compact
.It Pa bin/
common utilities, programming tools, and applications
.It Pa compat/
files needed to support binary compatibility with other operating systems;
see
.Xr linux 4
+.It Pa freebsd-dist/
+distribution files
+.Pq like base.txz ;
+see
+.Xr release 7
+and
+.Xr bsdinstall 8
.It Pa include/
standard C include files
.Pp