From owner-svn-doc-all@freebsd.org Tue Aug 16 12:14:39 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 262C1BBB754; Tue, 16 Aug 2016 12:14:39 +0000 (UTC) (envelope-from brd@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 mx1.freebsd.org (Postfix) with ESMTPS id D06381D25; Tue, 16 Aug 2016 12:14:38 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7GCEcGY074245; Tue, 16 Aug 2016 12:14:38 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7GCEb2s074243; Tue, 16 Aug 2016 12:14:37 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201608161214.u7GCEb2s074243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 16 Aug 2016 12:14:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49287 - in head/en_US.ISO8859-1/books/porters-handbook: slow-porting testing 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.22 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, 16 Aug 2016 12:14:39 -0000 Author: brd Date: Tue Aug 16 12:14:37 2016 New Revision: 49287 URL: https://svnweb.freebsd.org/changeset/doc/49287 Log: A couple small gender bias fixes. Plus simplify wording around installing and using poudriere. Reported by: koobs Modified: head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml Tue Aug 16 08:00:52 2016 (r49286) +++ head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml Tue Aug 16 12:14:37 2016 (r49287) @@ -470,7 +470,7 @@ DOS2UNIX_WRKSRC= ${WRKDIR}IS_INTERACTIVE in the Makefile. This will allow overnight builds to skip it. If the user - sets the variable BATCH in his environment (and + sets the variable BATCH in their environment (and if the user sets the variable INTERACTIVE, then only those ports requiring interaction are built). This will save a lot of wasted time on the set of Modified: head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml Tue Aug 16 08:00:52 2016 (r49286) +++ head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml Tue Aug 16 12:14:37 2016 (r49287) @@ -181,9 +181,8 @@ All these tests are done automatically when running poudriere testport or poudriere bulk -t. It is highly recommended that every - ports contributor install it, and tests all his ports with it. - See for more - information. + ports contributor install and test their ports with it. See + for more information.