aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Schulz <twschulz@acm.org>2025-09-20 16:29:16 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-02-03 18:56:50 +0000
commit103a72a45c03b325b67b015d0b2ecbd96c9700f5 (patch)
treef53948736c94876ae0883e84efa30112aad6c06d
parentb75e485ec7628a77c7abdf412907f46144c3603b (diff)
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
-rw-r--r--documentation/content/en/books/porters-handbook/porting-dads/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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`)