From owner-svn-doc-all@FreeBSD.ORG Tue Mar 12 21:12:02 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AB8588AF; Tue, 12 Mar 2013 21:12:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 83B6F852; Tue, 12 Mar 2013 21:12:02 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CDCF2B94A; Tue, 12 Mar 2013 17:12:01 -0400 (EDT) From: John Baldwin To: Gavin Atkinson Subject: Re: svn commit: r41175 - head/en_US.ISO8859-1/books/faq Date: Tue, 12 Mar 2013 11:09:52 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201303121349.r2CDnOKH097113@svn.freebsd.org> In-Reply-To: <201303121349.r2CDnOKH097113@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201303121109.52298.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 12 Mar 2013 17:12:01 -0400 (EDT) Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 21:12:02 -0000 On Tuesday, March 12, 2013 9:49:24 am Gavin Atkinson wrote: > Author: gavin > Date: Tue Mar 12 13:49:24 2013 > New Revision: 41175 > URL: http://svnweb.freebsd.org/changeset/doc/41175 > > Log: > This, mostly in order: > - Mention x86-64 as a common non-FreeBSD name for the amd64 platform > > Reviewed by: eadler > > Modified: > head/en_US.ISO8859-1/books/faq/book.xml > > Modified: head/en_US.ISO8859-1/books/faq/book.xml > ============================================================================== > --- head/en_US.ISO8859-1/books/faq/book.xml Tue Mar 12 13:30:14 2013 (r41174) > +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Mar 12 13:49:24 2013 (r41175) > @@ -1126,7 +1127,9 @@ > > > &arch.amd64; is the term &os; uses for 64-bit > - compatible x86 architectures. Most modern computers > + compatible x86 architectures, sometimes referred to > + as x86-64 by other operating systems. > + Most modern computers I would suggest tweaking the wording here to say: "64-bit compatible x86 architectures (also known as "x86-64" or "x64")". as it is shorter (and mentions the "x64" alias that Windows uses). Also, something like this should be on this page: http://www.freebsd.org/about.html -- John Baldwin