aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2023-07-06 14:11:21 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2023-07-09 16:09:07 +0000
commit18ca9e6c5ff1fd08448d3c53debc8d4dac92a32e (patch)
tree258e571da89b8a6dd0e2dce215d2763a56bf6ea0
parenta1784b7d8c21ad5862c96b83cf328d1970ac72aa (diff)
downloadsrc-18ca9e6c5ff1fd08448d3c53debc8d4dac92a32e.tar.gz
src-18ca9e6c5ff1fd08448d3c53debc8d4dac92a32e.zip
hier(7): remove entry for non-existent /usr/compat
This is historical (?), but today /compat is the default according to linux(4). The only remaining reference to /usr/compat in the src tree is under tools/test/stress2. Add a next-level entry for /compat/linux. PR: 261349 Reviewed by: grahamperrin, karels, dchagin MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40876 (cherry picked from commit 5e7308a7bcb6675de6049afd4a5dd9d6795057b2)
-rw-r--r--share/man/man7/hier.719
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index c4097795cf5c..a4819e8a891a 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 June 29, 2023
+.Dd July 6, 2023
.Dt HIER 7
.Os
.Sh NAME
@@ -79,11 +79,15 @@ third-party loadable kernel modules, such as those associated with
pool cache files
.El
.It Pa /compat/
-normally a link to
-.Pa /usr/compat .
-If not, then the
-.Pa /usr/compat
-comments apply
+files supporting binary compatibility with other operating systems
+.Pp
+.Bl -tag -width "nvmecontrol/" -compact
+.It Pa linux/
+default location for
+.Xr linux 4
+compatibility run-time
+.El
+.Pp
.It Pa /dev/
the normal mount point for
.Xr devfs 5
@@ -200,9 +204,6 @@ contains the majority of user utilities and applications
.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