From owner-svn-doc-projects@FreeBSD.ORG Sat May 18 18:24:12 2013 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0EE42D47; Sat, 18 May 2013 18:24:12 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E4123CC6; Sat, 18 May 2013 18:24:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4IIOBSp068567; Sat, 18 May 2013 18:24:11 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4IIOBcm068566; Sat, 18 May 2013 18:24:11 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <201305181824.r4IIOBcm068566@svn.freebsd.org> From: Tom Rhodes Date: Sat, 18 May 2013 18:24:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41663 - projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 18:24:12 -0000 Author: trhodes Date: Sat May 18 18:24:11 2013 New Revision: 41663 URL: http://svnweb.freebsd.org/changeset/doc/41663 Log: Reword to avoid "you" in the ports after install section (which is where I performed work in the previous commit). Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sat May 18 18:09:00 2013 (r41662) +++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sat May 18 18:24:11 2013 (r41663) @@ -1800,18 +1800,18 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ - Use &man.pkg.info.1; to find out which files were - installed, and where. For example, if you have just - installed FooPackage version 1.0.0, then this command + The &man.pkg.info.1; will print all installed + files and their location. For example, if the FooPackage + version 1.0.0 was just installed, then the following + command will show all the files installed with the + package. &prompt.root; pkg_info -L foopackage-1.0.0 | less - will show all the files installed by the package. Pay - special attention to files located in - man/, which will be manual pages, - etc/, which will be configuration - files, and doc/, which will be more - comprehensive documentation. + Configuration files are always installed in the + /usr/local/etc + and should definitely be consulted before attempting + to use the new application. To determine which version of the application was installed: @@ -1825,17 +1825,18 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ - Once you have identified where the application's manual - pages have been installed, review them using &man.man.1;. - Review the sample configuration files and any additional - documentation that may have been provided. + These commands will also show the names of any manual + pages installed with the application. This additional + documentation will now be available to the &man.man.1; + command. - If the application has a web site, check it for - additional documentation, frequently asked questions, and so - forth. If you are not sure of the web site address it may - be listed in the output from + If the application has a web site, consult it for + additional documentation, frequently asked questions, or + a forum. If the website is unknown, the following command + will be useful to print out this information if it's + available. &prompt.root; pkg_info foopackage-1.0.0