From owner-svn-doc-all@FreeBSD.ORG Tue Sep 9 15:22:02 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1D18510; Tue, 9 Sep 2014 15:22:02 +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 8BE51AC8; Tue, 9 Sep 2014 15:22:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89FM2uk024656; Tue, 9 Sep 2014 15:22:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89FM2mG024655; Tue, 9 Sep 2014 15:22:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409091522.s89FM2mG024655@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Sep 2014 15:22:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45575 - head/en_US.ISO8859-1/books/porters-handbook/porting-why X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 09 Sep 2014 15:22:02 -0000 Author: mat (ports committer) Date: Tue Sep 9 15:22:02 2014 New Revision: 45575 URL: http://svnweb.freebsd.org/changeset/doc/45575 Log: igor -Ry and some other rewording and fixes. Differential Revision: https://reviews.freebsd.org/D649 Reviewed by: wblock Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-why/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-why/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-why/chapter.xml Tue Sep 9 13:12:57 2014 (r45574) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-why/chapter.xml Tue Sep 9 15:22:02 2014 (r45575) @@ -16,7 +16,7 @@ in mind when reading this document. In &os;, anyone may submit a new port, or volunteer to - maintain an existing port if it is unmaintained—you do not - need any special commit privileges to do so. + maintain an existing unmaintained port. No special commit + privilege is needed.