From owner-freebsd-doc@FreeBSD.ORG Thu Apr 11 17:38:16 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50C2F8BF for ; Thu, 11 Apr 2013 17:38:16 +0000 (UTC) (envelope-from ds@ukrhub.net) Received: from teta.ukrhub.net (storm.ukrhub.net [212.90.160.35]) by mx1.freebsd.org (Postfix) with ESMTP id 0C176DF2 for ; Thu, 11 Apr 2013 17:38:15 +0000 (UTC) Received: by teta.ukrhub.net (Postfix, from userid 58) id 032B324DC2C; Thu, 11 Apr 2013 20:38:14 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on teta.ukrhub.net X-Spam-Level: X-Spam-Status: No, score=-2.4 required=8.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from chaos.ukrhub.net (chaos.ukrhub.net [212.90.160.54]) by teta.ukrhub.net (Postfix) with ESMTP id CEA5824DC1E for ; Thu, 11 Apr 2013 20:38:11 +0300 (EEST) Received: by chaos.ukrhub.net (Postfix, from userid 1000) id BFFB24104; Thu, 11 Apr 2013 20:38:11 +0300 (EEST) Date: Thu, 11 Apr 2013 20:38:11 +0300 From: Taras Korenko To: freebsd-doc@FreeBSD.org Subject: [patch] en/handbook/ports: another small cleanup Message-ID: <20130411173811.GD62384@chaos.ukrhub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-u Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://chaos.ukrhub.net/ds.asc X-PGP-Fingerprint: 5128 2A8B 9BC1 A664 21E0 1E61 D838 54D3 8ACC C68B X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Taras Korenko List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 17:38:16 -0000 Hi, folks. Could anyone of doc@ review/comment/approve the following small changes to en/books/handbook/ports ? 1) An obvious chunk: ---------------------------------------------------------------------------- Index: en_US.ISO8859-1/books/handbook/ports/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/ports/chapter.xml (revision 41406) +++ en_US.ISO8859-1/books/handbook/ports/chapter.xml (working copy) @@ -116,7 +116,7 @@ commands. Both packages and ports understand - dependencies. If &man.pkg.add.1; or the + dependencies. If &man.pkg.add.1; or the Ports Collection is used to install an application and a dependent library is not already installed, the library will automatically be installed first. @@ -1337,7 +1337,7 @@ Once the compile is complete, you are returned to the prompt. The next step is to install the port using - make install: + make install: &prompt.root; make install ===> Installing for lsof-4.57 @@ -1670,22 +1670,22 @@ Root ports: no dependencies and is not depended on - by other ports + by other ports; Trunk ports: no dependencies, but other ports depend - upon it + upon it; Branch ports: have dependencies and are depended - upon by other ports + upon by other ports; Leaf ports: have dependencies but are not depended - upon by other ports + upon by other ports. ---------------------------------------------------------------------------- 2) A controversial one: ---------------------------------------------------------------------------- Index: en_US.ISO8859-1/books/handbook/ports/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/ports/chapter.xml (revision 41406) +++ en_US.ISO8859-1/books/handbook/ports/chapter.xml (working copy) @@ -1778,7 +1778,8 @@ The portsclean utility is part of the - portupgrade suite. + ports-mgmt/portupgrade + suite.