Date: Fri, 5 May 2017 18:36:42 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317844 - head/share/man/man7 Message-ID: <201705051836.v45Iagv7097938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri May 5 18:36:41 2017 New Revision: 317844 URL: https://svnweb.freebsd.org/changeset/base/317844 Log: Grammar fixes. Noted by: bde Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/arch.7 ============================================================================== --- head/share/man/man7/arch.7 Fri May 5 18:21:33 2017 (r317843) +++ head/share/man/man7/arch.7 Fri May 5 18:36:41 2017 (r317844) @@ -48,13 +48,13 @@ The architecture details in this documen and later, unless otherwise noted. .Pp .Fx -uses flat address space for program execution, -where variables of types +uses a flat address space. +Variables of types .Vt unsigned long , .Vt uintptr_t , and .Vt size_t -and the pointers all have the same representation. +and pointers all have the same representation. .Pp In order to maximize compatibility with future pointer integrity mechanisms, manipulations of pointers as integers should be performed via @@ -178,7 +178,7 @@ On all supported architectures: .It float Ta 4 .It double Ta 8 .El -Integers are represented as two-complement. +Integers are represented in two's complement. Alignment of integer and pointer types is natural, that is, the address of the variable must be congruent to zero modulo the type size. Most ILP32 ABIs, except
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705051836.v45Iagv7097938>