svn commit: r356873 - stable/11/share/man/man7
John Baldwin
jhb at FreeBSD.org
Sat Jan 18 23:43:36 UTC 2020
Author: jhb
Date: Sat Jan 18 23:43:36 2020
New Revision: 356873
URL: https://svnweb.freebsd.org/changeset/base/356873
Log:
MFC 356209: Formatting fixes for tables, no content changes.
- Add missing .Pp after the end of some lists so that there is a blank
line before the subsequent paragraph.
Modified:
stable/11/share/man/man7/arch.7
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man7/arch.7
==============================================================================
--- stable/11/share/man/man7/arch.7 Sat Jan 18 23:42:57 2020 (r356872)
+++ stable/11/share/man/man7/arch.7 Sat Jan 18 23:43:36 2020 (r356873)
@@ -138,6 +138,7 @@ and
.Vt void *
are 8 bytes.
.El
+.Pp
Compilers define the
.Dv _LP64
symbol when compiling for an
@@ -161,6 +162,7 @@ Examples are:
.It Dv powerpc64 Ta Dv powerpc
.It Dv mips64* Ta Dv mips*
.El
+.Pp
.Dv aarch64
currently does not support execution of
.Dv armv6
@@ -178,6 +180,7 @@ On all supported architectures:
.It float Ta 4
.It double Ta 8
.El
+.Pp
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.
More information about the svn-src-stable
mailing list