From owner-svn-doc-head@freebsd.org Thu Aug 2 10:57:08 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37B01062D22; Thu, 2 Aug 2018 10:57:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A925982BFD; Thu, 2 Aug 2018 10:57:07 +0000 (UTC) (envelope-from eadler@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BC8310B9C; Thu, 2 Aug 2018 10:57:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w72Av7KS023959; Thu, 2 Aug 2018 10:57:07 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w72Av7fB023958; Thu, 2 Aug 2018 10:57:07 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201808021057.w72Av7fB023958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Thu, 2 Aug 2018 10:57:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52074 - head/en_US.ISO8859-1/htdocs/advocacy X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/advocacy X-SVN-Commit-Revision: 52074 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 10:57:08 -0000 Author: eadler Date: Thu Aug 2 10:57:07 2018 New Revision: 52074 URL: https://svnweb.freebsd.org/changeset/doc/52074 Log: whyusefreebsd: generify version numbers Rather than use specific version numbers just talk about FreeBSD: for amd64 we no longer use gcc on any supported version. Also fix a double-space after a "," Modified: head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml Modified: head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml Thu Aug 2 10:50:38 2018 (r52073) +++ head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml Thu Aug 2 10:57:07 2018 (r52074) @@ -66,8 +66,8 @@

&os; has been one of the first adopters of the LLVM infrastructure, including the clang compiler and the libc++ - stack. The entire &os; 9.x system, including kernel and - userspace, can build with clang, and from &os; 9.1 both clang + stack. The entire &os; system, including kernel and + userspace, can build with clang, and from &os; both clang and the permissively-licensed libc++ are included, giving a modern, BSD-licensed C++ stack. Several &os; developers are also active contributors to LLVM, ensuring that both projects