svn commit: r325882 - head/share/man/man7

Warner Losh imp at FreeBSD.org
Thu Nov 16 00:19:46 UTC 2017


Author: imp
Date: Thu Nov 16 00:19:44 2017
New Revision: 325882
URL: https://svnweb.freebsd.org/changeset/base/325882

Log:
  Use better wording: change there to the and define to defines.
  Also fix a run-a-way macro invocation of Dv.
  
  Noticed by: matteo@

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Wed Nov 15 23:51:17 2017	(r325881)
+++ head/share/man/man7/arch.7	Thu Nov 16 00:19:44 2017	(r325882)
@@ -393,10 +393,11 @@ integers (endian).
 It may also encode a variation in the size of the integer or pointer.
 It may also encode a ISA revision.
 It may also encode hard versus soft floating point ABI and usage.
-It may also encode a variant ABI when there other factors do not
-uniquely define the ABI (eg, MIPS' n32 ABI).
+It may also encode a variant ABI when the other factors do not
+uniquely define the ABI (e.g., MIPS' n32 ABI).
 It, along with
-.Dv MACHINE, define the ABI used by the system.
+.Dv MACHINE ,
+defines the ABI used by the system.
 For example, the MIPS CPU processor family supports 9 different
 combinations encoding pointer size, endian and hard versus soft float (for
 8 combinations) as well as N32 (which only ever had one variation of


More information about the svn-src-all mailing list