git: a8a2d5ef126f - main - build.7: +freebsd to description, link development
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 18:27:59 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8a2d5ef126f9ed866f2524a4fe012ba831add2f
commit a8a2d5ef126f9ed866f2524a4fe012ba831add2f
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-02 13:25:19 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-06-04 18:27:50 +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
---
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 6b270ea7b81d..b6f8c0a2881f 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 ,