git: 1b8d4c8496cf - stable/14 - build.7: +freebsd to description, link development
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jun 2024 13:05:55 UTC
The branch stable/14 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b8d4c8496cf5d4665a4daeaac37d0d655bd8702
commit 1b8d4c8496cf5d4665a4daeaac37d0d655bd8702
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-02 13:25:19 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-06-21 13:05:02 +0000
build.7: +freebsd to description, link development
Reviewed by: mhorne
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1273
(cherry picked from commit a8a2d5ef126f9ed866f2524a4fe012ba831add2f)
---
share/man/man7/build.7 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 09e58d4ff013..916382f98b76 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -30,7 +30,9 @@
.Os
.Sh NAME
.Nm build
-.Nd General instructions on how to build the system
+.Nd general instructions on how to build the
+.Fx
+system
.Sh DESCRIPTION
The sources for the
.Fx
@@ -901,6 +903,7 @@ make TARGET_ARCH=armv6 DESTDIR=/clients/arm installworld installkernel
.Xr make.conf 5 ,
.Xr src.conf 5 ,
.Xr arch 7 ,
+.Xr development 7 ,
.Xr pkg 7 ,
.Xr ports 7 ,
.Xr release 7 ,