From owner-cvs-doc@FreeBSD.ORG Tue Sep 21 07:40:29 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 773E516A4CF; Tue, 21 Sep 2004 07:40:29 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D15343D3F; Tue, 21 Sep 2004 07:40:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i8L7eQbi001512; Tue, 21 Sep 2004 00:40:26 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i8L7ePkt001511; Tue, 21 Sep 2004 00:40:25 -0700 (PDT) (envelope-from obrien) Date: Tue, 21 Sep 2004 00:40:25 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20040921074025.GA1368@dragon.nuxi.com> References: <200409201934.i8KJYfcS036447@repoman.freebsd.org> <20040921.054126.07648742.hrs@eos.ocn.ne.jp> <20040920211839.GA15066@hub.freebsd.org> <200409201753.18974.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409201753.18974.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Hiroki Sato cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 07:40:29 -0000 On Mon, Sep 20, 2004 at 05:53:18PM -0400, John Baldwin wrote: > On Monday 20 September 2004 05:18 pm, David O'Brien wrote: > x86 doesn't say Intel in the name, whereas amd64 does have AMD in its name. > Maybe if we just called it 'x86-64 compatible' rather than 'amd64 > compatible'? Sounds reasonable. Index: index.xsl =================================================================== RCS file: /home/dcvs/www/en/index.xsl,v retrieving revision 1.108 diff -u -r1.108 index.xsl --- index.xsl 20 Sep 2004 19:34:41 -0000 1.108 +++ index.xsl 21 Sep 2004 07:39:37 -0000 @@ -135,8 +135,8 @@

What is FreeBSD?

FreeBSD is an advanced operating system for - x86 compatible, AMD64 compatible, Alpha, IA-64, PC-98 - and UltraSPARC® architectures. + x86 compatible, x86-64 (aka. AMD64) compatible, Alpha/AXP, + IA-64, PC-98 and UltraSPARC® architectures. It is derived from BSD, the version of developed at the University of California, Berkeley. -- -- David (obrien@FreeBSD.org)