git: 29ab4e9d8ec8 - stable/12 - development(7): redirect users from hier(7)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Dec 2022 16:53:30 UTC
The branch stable/12 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=29ab4e9d8ec83d06776211be737e9d5e4c103815
commit 29ab4e9d8ec83d06776211be737e9d5e4c103815
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-11-01 15:18:53 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-12-05 16:53:01 +0000
development(7): redirect users from hier(7)
The layout of the source tree is now only described in README.md. Retain
the cross-reference to hier(7) in SEE ALSO; it is still useful to
readers.
Reviewed by: imp, emaste
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37136
(cherry picked from commit 6028a56562bf912a86ffcb7521a58e4165937e6e)
---
share/man/man7/development.7 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index a86a77a93f22..c5730c3ad5dc 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2020
+.Dd November 1, 2022
.Dt DEVELOPMENT 7
.Os
.Sh NAME
@@ -75,8 +75,9 @@ CURRENT is branched, with an incremented major version number.
Releases are then branched off STABLE and numbered with consecutive minor
numbers.
.Pp
-Layout of the source tree is described in
-.Xr hier 7 .
+The layout of the source tree is described in its
+.Pa README.md
+file.
Build instructions can be found in
.Xr build 7
and