svn commit: r356274 - head/share/man/man7
John Baldwin
jhb at FreeBSD.org
Thu Jan 2 16:27:16 UTC 2020
Author: jhb
Date: Thu Jan 2 16:27:15 2020
New Revision: 356274
URL: https://svnweb.freebsd.org/changeset/base/356274
Log:
Some minor tweaks to arch(7).
- Drop mention of _LP64. FreeBSD's source generally uses __LP64__
instead of _LP64, and the relevant macros are better covered in the
"Predefined Macros" section.
- Fix a noun/verb disagreement.
Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22975
Modified:
head/share/man/man7/arch.7
Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7 Thu Jan 2 15:38:17 2020 (r356273)
+++ head/share/man/man7/arch.7 Thu Jan 2 16:27:15 2020 (r356274)
@@ -140,12 +140,6 @@ and
are 8 bytes.
.El
.Pp
-Compilers define the
-.Dv _LP64
-symbol when compiling for an
-.Dv LP64
-ABI.
-.Pp
Some machines support more than one
.Fx
ABI.
@@ -421,7 +415,7 @@ These variables are not otherwise documented and are u
in the build system.
.Bl -tag -width "MACHINE_CPUARCH"
.It Dv MACHINE
-Represent the hardware platform.
+Represents the hardware platform.
This is the same as the native platform's
.Xr uname 1
.Fl m
More information about the svn-src-all
mailing list