From owner-svn-src-head@freebsd.org Thu Nov 16 00:19:46 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06920DEFB8A; Thu, 16 Nov 2017 00:19:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7E41643AD; Thu, 16 Nov 2017 00:19:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAG0Jiue048600; Thu, 16 Nov 2017 00:19:44 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAG0Ji0s048599; Thu, 16 Nov 2017 00:19:44 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201711160019.vAG0Ji0s048599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Thu, 16 Nov 2017 00:19:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325882 - head/share/man/man7 X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/share/man/man7 X-SVN-Commit-Revision: 325882 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 00:19:46 -0000 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