From owner-svn-doc-projects@FreeBSD.ORG Tue May 21 20:50:33 2013 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 57391DBB; Tue, 21 May 2013 20:50:33 +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 39F97D67; Tue, 21 May 2013 20:50:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4LKoXm7052877; Tue, 21 May 2013 20:50:33 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4LKoWu1052874; Tue, 21 May 2013 20:50:32 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <201305212050.r4LKoWu1052874@svn.freebsd.org> From: Tom Rhodes Date: Tue, 21 May 2013 20:50:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41703 - in projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook: basics config 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: Tue, 21 May 2013 20:50:33 -0000 Author: trhodes Date: Tue May 21 20:50:32 2013 New Revision: 41703 URL: http://svnweb.freebsd.org/changeset/doc/41703 Log: Some wording fixes. Noted by: bcr, wblock, bjk Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/basics/chapter.xml projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/config/chapter.xml 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/basics/chapter.xml ============================================================================== --- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/basics/chapter.xml Tue May 21 19:51:40 2013 (r41702) +++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/basics/chapter.xml Tue May 21 20:50:32 2013 (r41703) @@ -302,13 +302,13 @@ console none managing requests for hardware devices, peripherals, memory, and CPU time fairly to each user. - Much more information about User Accounts is in the chapter - about accounts. For now you just - need to know that each person (user) who uses the computer should be + Much more information about user accounts is in the chapter + about accounts. It is important to + understand that each person (user) who uses the computer should be given their own username and password. The system keeps track of the people using the computer based on this username. Since it is often the case that several people are working on the same - project Unix also provides groups. Several users can be placed + project &unix; also provides groups. Several users can be placed in the same group. Because the system is capable of supporting multiple users, Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue May 21 19:51:40 2013 (r41702) +++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue May 21 20:50:32 2013 (r41703) @@ -1962,8 +1962,8 @@ device_probe_and_attach: cbb0 attach ret The following section will discuss various tuning mechanisms and options which may be applied to disk devices. In many cases, disks with mechanical parts, - such as SCSI drives, will be the bottle - neck driving down the overall system performance. While + such as SCSI drives, will be the + bottleneck driving down the overall system performance. While a solution is to install a drive without mechanical parts, such as a solid state drive, mechanical drives are not going away anytime in the near future. When tuning disks, 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 Tue May 21 19:51:40 2013 (r41702) +++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue May 21 20:50:32 2013 (r41703) @@ -1795,12 +1795,12 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ post-install port management. In several cases, finding the location of binaries if they were installed outside of the PATH. Users of &man.csh.1; should run - the rehash to rebuild the known binary + rehash to rebuild the known binary list in the shells PATH. - The &man.pkg.info.1; will print all installed + The &man.pkg.info.1; command 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 @@ -1808,7 +1808,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ &prompt.root; pkg_info -L foopackage-1.0.0 | less - Configuration files are always installed in the + Configuration files are always installed in /usr/local/etc and should definitely be consulted before attempting to use the new application. @@ -1833,8 +1833,8 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ 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 + additional documentation or a frequently asked questions + page. If the website is unknown, the following command will be useful to print out this information if it's available.