Date: Sun, 22 Dec 2019 17:59:24 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r356015 - stable/12/share/man/man7 Message-ID: <201912221759.xBMHxOQU080107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Dec 22 17:59:24 2019 New Revision: 356015 URL: https://svnweb.freebsd.org/changeset/base/356015 Log: MFC r355411: Fix a trivial typo and add a missing word. Modified: stable/12/share/man/man7/arch.7 Modified: stable/12/share/man/man7/arch.7 ============================================================================== --- stable/12/share/man/man7/arch.7 Sun Dec 22 17:57:59 2019 (r356014) +++ stable/12/share/man/man7/arch.7 Sun Dec 22 17:59:24 2019 (r356015) @@ -145,7 +145,7 @@ symbol when compiling for an .Dv LP64 ABI. .Pp -Some machines support more that one +Some machines support more than one .Fx ABI. Typically these are 64-bit machines, where the @@ -154,7 +154,7 @@ Typically these are 64-bit machines, where the execution environment is accompanied by the .Dq legacy .Dv ILP32 -environment, which was historical 32-bit predecessor for 64-bit evolution. +environment, which was the historical 32-bit predecessor for 64-bit evolution. Examples are: .Bl -column -offset indent "Dv powerpc64" "Sy ILP32 counterpart" .It Sy LP64 Ta Sy ILP32 counterpart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912221759.xBMHxOQU080107>