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
This commit is contained in:
parent
e0f07fadf6
commit
2e4b206f90
@ -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 used extensively
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user