Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 16:27:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356274 - head/share/man/man7
Message-ID:  <202001021627.002GRGsT091491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001021627.002GRGsT091491>