From owner-svn-doc-head@FreeBSD.ORG Sun Dec 1 22:51:34 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B36FDBFD; Sun, 1 Dec 2013 22:51:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4A01E8E; Sun, 1 Dec 2013 22:51:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1MpYBW085590; Sun, 1 Dec 2013 22:51:34 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1MpYxI085589; Sun, 1 Dec 2013 22:51:34 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201312012251.rB1MpYxI085589@svn.freebsd.org> From: Warren Block Date: Sun, 1 Dec 2013 22:51:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43270 - head/en_US.ISO8859-1/books/handbook/geom X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 22:51:34 -0000 Author: wblock Date: Sun Dec 1 22:51:34 2013 New Revision: 43270 URL: http://svnweb.freebsd.org/changeset/doc/43270 Log: Use "entire" to refer to a whole disk, rather than "full", which can be misinterpreted. Modified: head/en_US.ISO8859-1/books/handbook/geom/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/geom/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/geom/chapter.xml Sun Dec 1 08:37:34 2013 (r43269) +++ head/en_US.ISO8859-1/books/handbook/geom/chapter.xml Sun Dec 1 22:51:34 2013 (r43270) @@ -288,7 +288,7 @@ Done. &man.gmirror.8; stores one block of metadata at the end of the disk. Because GPT partition schemes also store metadata - at the end of the disk, mirroring full GPT disks with + at the end of the disk, mirroring entire GPT disks with &man.gmirror.8; is not recommended. MBR partitioning is used here because it only stores a partition table at the start of the disk and does not conflict with &man.gmirror.8;.