Date: Sat, 18 Jan 2020 23:46:50 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r356875 - stable/11/share/man/man7 Message-ID: <202001182346.00INkobT080313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Sat Jan 18 23:46:50 2020 New Revision: 356875 URL: https://svnweb.freebsd.org/changeset/base/356875 Log: MFC 356274: 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. 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:46:30 2020 (r356874) +++ stable/11/share/man/man7/arch.7 Sat Jan 18 23:46:50 2020 (r356875) @@ -139,12 +139,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 that one .Fx ABI.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001182346.00INkobT080313>