git: 103a72a45c - main - porters-handbook: Correctly document ARCH value
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=103a72a45c03b325b67b015d0b2ecbd96c9700f5 commit 103a72a45c03b325b67b015d0b2ecbd96c9700f5 Author: Trenton Schulz <[email protected]> AuthorDate: 2025-09-20 16:29:16 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-03 18:56:50 +0000 porters-handbook: Correctly document ARCH value ARCH has the same value as `uname -p` (as documented in bsd.port.mk). Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-doc/pull/547 --- .../content/en/books/porters-handbook/porting-dads/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc b/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc index 1ae2f07805..652bfc36dd 100644 --- a/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc +++ b/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc @@ -120,7 +120,7 @@ Here are some important variables defined in [.filename]#bsd.port.pre.mk# (this | Description |`ARCH` -|The architecture as returned by `uname -m` (for example, `i386`) +|The architecture as returned by `uname -p` (for example, `i386`) |`OPSYS` |The operating system type, as returned by `uname -s` (for example, `FreeBSD`)