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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to