git: a66d7156c11c - stable/12 - hier: Document /usr/freebsd-dist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 22:27:14 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a66d7156c11cb11bbd6a06e45384fe8fa71e1563
commit a66d7156c11cb11bbd6a06e45384fe8fa71e1563
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-14 17:19:53 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-22 22:26:25 +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
(cherry picked from commit 11a6c85d7f2e3cf9cb553b1f5951a83f57520dbc)
---
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 5a24f495a22e..de49e24d2193 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 January 20, 2020
+.Dd March 14, 2022
.Dt HIER 7
.Os
.Sh NAME
@@ -191,12 +191,19 @@ 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,
such as Linux
+.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