aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/development.7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r--share/man/man7/development.717
1 files changed, 8 insertions, 9 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 346772b4fbb0..0eb5377bd07b 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -21,9 +21,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd July 21, 2022
+.Dd November 1, 2022
.Dt DEVELOPMENT 7
.Os
.Sh NAME
@@ -39,14 +37,14 @@ Doc is the documentation, such as the
Handbook.
To read more, see:
.Pp
-.Lk https://www.FreeBSD.org/doc/en/books/fdp-primer/
+.Lk https://docs.FreeBSD.org/en/books/fdp-primer/
.Pp
Ports, described further in
.Xr ports 7 ,
are the way to build, package, and install third party software.
To read more, see:
.Pp
-.Lk https://www.FreeBSD.org/doc/en/books/porters-handbook/
+.Lk https://docs.FreeBSD.org/en/books/porters-handbook/
.Pp
The last one, src, revolves around the source code for the base system,
consisting of the kernel, and the libraries and utilities commonly called
@@ -55,7 +53,7 @@ the world.
The Committer's Guide, describing topics relevant to all committers,
can be found at:
.Pp
-.Lk https://www.FreeBSD.org/doc/en/articles/committers-guide/
+.Lk https://docs.freebsd.org/en/articles/committers-guide/
.Pp
.Fx
src development takes place in the project-hosted
@@ -69,7 +67,7 @@ The push URL is:
.Pp
There is also a list of public, read-only Git mirrors at:
.Pp
-.Lk https://docs.freebsd.org/en/books/handbook/mirrors/#external-mirrors
+.Lk https://docs.FreeBSD.org/en/books/handbook/mirrors/#external-mirrors
.Pp
The
.Ql main
@@ -82,8 +80,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