From owner-svn-doc-all@FreeBSD.ORG Tue Mar 12 18:44:34 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E95E6A26; Tue, 12 Mar 2013 18:44:34 +0000 (UTC) (envelope-from keramida@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 CCEB4F31; Tue, 12 Mar 2013 18:44:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CIiYQ9088523; Tue, 12 Mar 2013 18:44:34 GMT (envelope-from keramida@svn.freebsd.org) Received: (from keramida@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2CIiYgS088522; Tue, 12 Mar 2013 18:44:34 GMT (envelope-from keramida@svn.freebsd.org) Message-Id: <201303121844.r2CIiYgS088522@svn.freebsd.org> From: Giorgos Keramidas Date: Tue, 12 Mar 2013 18:44:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41182 - head/en_US.ISO8859-1/books/handbook/basics 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.14 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, 12 Mar 2013 18:44:35 -0000 Author: keramida Date: Tue Mar 12 18:44:34 2013 New Revision: 41182 URL: http://svnweb.freebsd.org/changeset/doc/41182 Log: Mark directory paths with class="directory" in elements, and also mark-up 'A' with like 'B' in the nearby text, when we refer to mount point directory names. Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Tue Mar 12 18:07:54 2013 (r41181) +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Tue Mar 12 18:44:34 2013 (r41182) @@ -961,21 +961,21 @@ root 5211 0.0 0.2 3620 1724 2 class="directory">/usr/local/ Local executables and libraries. Also used as the default destination for the &os; ports - framework. Within /usr/local, + framework. Within /usr/local, the general layout sketched out by &man.hier.7; for - /usr should be used. Exceptions + /usr should be used. Exceptions are the man directory, which is directly under - /usr/local rather than under - /usr/local/share, and the ports + /usr/local rather than under + /usr/local/share, and the ports documentation is in - share/doc/port. + share/doc/port. /usr/obj/ Architecture-specific target tree produced by - building the /usr/src + building the /usr/src tree. @@ -1075,8 +1075,8 @@ root 5211 0.0 0.2 3620 1724 2 directory name, followed by a forward slash, /, followed by any other directory names that are necessary. For example, if the directory - foo contains a directory - bar which contains the file + foo contains a directory + bar which contains the file readme.txt, the full name, or path, to the file is foo/bar/readme.txt. Note that this is @@ -1152,11 +1152,11 @@ root 5211 0.0 0.2 3620 1724 2 Any files that are in the B1 or B2 directories can be reached with the path - /A1/B1 or /A1/B2 as - necessary. Any files that were in /A1 have + /A1/B1 or /A1/B2 as + necessary. Any files that were in /A1 have been temporarily hidden. They will reappear if B is unmounted from - A. + A. If B had been mounted on A2 then the diagram would look like @@ -1180,8 +1180,8 @@ root 5211 0.0 0.2 3620 1724 2 - and the paths would be /A2/B1 and - /A2/B2 respectively. + and the paths would be /A2/B1 and + /A2/B2 respectively. File systems can be mounted on top of one another. Continuing the last example, the C file @@ -1257,7 +1257,7 @@ root 5211 0.0 0.2 3620 1724 2 file system can be mounted read-only, making it impossible for users to inadvertently delete or edit a critical file. Separating user-writable file systems, such as - /home, from other file systems allows + /home, from other file systems allows them to be mounted nosuid. This option prevents the suid/guid bits @@ -2387,7 +2387,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 Most devices in a &os; must be accessed through special files called device nodes, which are located in - /dev. + /dev. Creating Device Nodes @@ -2635,7 +2635,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 equivalent to using &man.apropos.1;. To determine what the commands in - /usr/bin do, type: + /usr/bin do, type: &prompt.user; cd /usr/bin &prompt.user; man -f *