svn commit: r356874 - stable/12/share/man/man7

John Baldwin jhb at FreeBSD.org
Sat Jan 18 23:46:30 UTC 2020


Author: jhb
Date: Sat Jan 18 23:46:30 2020
New Revision: 356874
URL: https://svnweb.freebsd.org/changeset/base/356874

Log:
  MFC 356274: 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.

Modified:
  stable/12/share/man/man7/arch.7
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man7/arch.7
==============================================================================
--- stable/12/share/man/man7/arch.7	Sat Jan 18 23:43:36 2020	(r356873)
+++ stable/12/share/man/man7/arch.7	Sat Jan 18 23:46:30 2020	(r356874)
@@ -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.
@@ -401,7 +395,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