From owner-svn-doc-all@FreeBSD.ORG Tue Sep 11 17:53:03 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FADE106564A; Tue, 11 Sep 2012 17:53:03 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4087F8FC18; Tue, 11 Sep 2012 17:53:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BHr3GL001148; Tue, 11 Sep 2012 17:53:03 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BHr3SN001146; Tue, 11 Sep 2012 17:53:03 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201209111753.q8BHr3SN001146@svn.freebsd.org> From: Warren Block Date: Tue, 11 Sep 2012 17:53:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39521 - head/en_US.ISO8859-1/books/handbook/filesystems X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Sep 2012 17:53:03 -0000 Author: wblock Date: Tue Sep 11 17:53:02 2012 New Revision: 39521 URL: http://svn.freebsd.org/changeset/doc/39521 Log: Remove some extraneous uses of "the". Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml Tue Sep 11 13:28:59 2012 (r39520) +++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml Tue Sep 11 17:53:02 2012 (r39521) @@ -203,7 +203,7 @@ vfs.zfs.vdev.cache.size="5M"&prompt.root; zpool create example /dev/da0 - To view the new pool, review the output of the + To view the new pool, review the output of df: &prompt.root; df @@ -291,7 +291,7 @@ example/compressed on /example/compresse &prompt.root; zfs set copies=2 example/data It is now possible to see the data and space utilization - by issuing the df again: + by issuing df again: &prompt.root; df Filesystem 1K-blocks Used Avail Capacity Mounted on @@ -304,7 +304,7 @@ example/data 17547008 0 175 Notice that each file system on the pool has the same amount of available space. This is the reason for using - the df through these examples, to show + df through these examples, to show that the file systems are using only the amount of space they need and will all draw from the same pool. The ZFS file system does away with concepts @@ -351,7 +351,7 @@ example/data 17547008 0 175 &man.df.1; commands as before. More disk devices may have been allocated by adding them to the end of the list above. Make a new file system in the pool, called - home where user files will eventually be + home, where user files will eventually be placed: &prompt.root; zfs create storage/home @@ -391,7 +391,7 @@ example/data 17547008 0 175 &prompt.root; zfs rollback storage/home@08-30-08 - To get a list of all available snapshots, run the + To get a list of all available snapshots, run ls in the file system's .zfs/snapshot directory. For example, to see the previously taken @@ -406,7 +406,7 @@ example/data 17547008 0 175 &prompt.root; zfs destroy storage/home@08-30-08 - There is no reason, after all of this testing, we should + After all of this testing, there is no reason we should keep /storage/home around in its present state. Make it the real /home file