From owner-svn-doc-head@FreeBSD.ORG Fri Apr 10 01:59:20 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 008BBCFF; Fri, 10 Apr 2015 01:59:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D6370E31; Fri, 10 Apr 2015 01:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3A1xJW4068473; Fri, 10 Apr 2015 01:59:19 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3A1xJHg068472; Fri, 10 Apr 2015 01:59:19 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504100159.t3A1xJHg068472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Fri, 10 Apr 2015 01:59:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46511 - head/en_US.ISO8859-1/articles/releng X-SVN-Group: doc-head 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.18-1 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: Fri, 10 Apr 2015 01:59:20 -0000 Author: eadler Date: Fri Apr 10 01:59:18 2015 New Revision: 46511 URL: https://svnweb.freebsd.org/changeset/doc/46511 Log: releng: strip some old things - since my previous cleanup passes removed some contents, it is now possible to remove even more contents! - remove some footnotes that refer to the same article the text they footnote link to. Modified: head/en_US.ISO8859-1/articles/releng/article.xml Modified: head/en_US.ISO8859-1/articles/releng/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/releng/article.xml Thu Apr 9 15:26:33 2015 (r46510) +++ head/en_US.ISO8859-1/articles/releng/article.xml Fri Apr 10 01:59:18 2015 (r46511) @@ -55,12 +55,7 @@ The development of &os; is a very open process. &os; is comprised of contributions from thousands of people around the world. The &os; Project provides - Subversion - - - Subversion, http://subversion.apache.org - - + Subversion access to the general public so that others can have access to log messages, diffs (patches) between development branches, and other productivity enhancements that @@ -71,18 +66,8 @@ Therefore only a select group of nearly 300 people are given write access to the Subversion repository. These committers - - - FreeBSD committers - - are usually the people who do the bulk of &os; development. An elected Core Team - - - &os; Core Team - - of developers provide some level of direction over the project. The rapid pace of &os; @@ -695,18 +680,6 @@ be unwise to distribute binaries that were built on a system with CPUTYPE set to a specific processor. - - - - - Contributed Software (<quote>ports</quote>) - - The &os; Ports - collection is a collection of over &os.numports; - third-party software packages available for &os;. The &a.portmgr; - is responsible for maintaining a consistent ports tree that can be used - to create the binary packages that accompany official &os; - releases.