From owner-svn-doc-all@FreeBSD.ORG Fri Dec 13 01:26:47 2013 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 BCC835BB; Fri, 13 Dec 2013 01:26:47 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A89F81D0E; Fri, 13 Dec 2013 01:26:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBD1Ql2m077847; Fri, 13 Dec 2013 01:26:47 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBD1Ql00077846; Fri, 13 Dec 2013 01:26:47 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201312130126.rBD1Ql00077846@svn.freebsd.org> From: Warren Block Date: Fri, 13 Dec 2013 01:26:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43326 - head/en_US.ISO8859-1/books/porters-handbook 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.17 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: Fri, 13 Dec 2013 01:26:47 -0000 Author: wblock Date: Fri Dec 13 01:26:47 2013 New Revision: 43326 URL: http://svnweb.freebsd.org/changeset/doc/43326 Log: Improve grammar, clarity. Expanded modifications inspired by PR. PR: docs/184735 Submitted by: Diane Bruce Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Wed Dec 11 05:00:42 2013 (r43325) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Dec 13 01:26:47 2013 (r43326) @@ -3844,14 +3844,14 @@ ALWAYS_KEEP_DISTFILES= yes <varname>USES</varname> - There several parameters exist for defining different - kind of features and dependencies that the port in question - uses. They can be specified by adding the following line to - the Makefile of the port: + Parameters can be added to define different + features and dependencies used by the port. + They are specified by adding this line to the + Makefile: USES= feature[:arguments] - For the complete list of such values, please see + For the complete list of values, please see .