diff options
author | Mitchell Horne <mhorne@FreeBSD.org> | 2022-11-01 15:18:53 +0000 |
---|---|---|
committer | Mitchell Horne <mhorne@FreeBSD.org> | 2022-12-05 16:32:47 +0000 |
commit | 52606b103286ac0ebf5e03d6ca4874ab91d1b4c7 (patch) | |
tree | fddc72359c16c71c9c648434d995797498482484 /share/man/man7/development.7 | |
parent | 9409cdaf7943076651fb7d74a59eaac22c1f2c2b (diff) |
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)
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r-- | share/man/man7/development.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 51e84d1b78ab..9ce6648e992b 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 18, 2022 +.Dd November 1, 2022 .Dt DEVELOPMENT 7 .Os .Sh NAME @@ -82,8 +82,9 @@ 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 |