From owner-svn-src-head@FreeBSD.ORG Tue Nov 18 20:38:07 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE7641065670; Tue, 18 Nov 2008 20:38:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DD9D38FC08; Tue, 18 Nov 2008 20:38:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mAIKc78u088240; Tue, 18 Nov 2008 20:38:07 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAIKc7hZ088239; Tue, 18 Nov 2008 20:38:07 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200811182038.mAIKc7hZ088239@svn.freebsd.org> From: Xin LI Date: Tue, 18 Nov 2008 20:38:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185057 - head/sbin/geom/class/part X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 20:38:08 -0000 Author: delphij Date: Tue Nov 18 20:38:07 2008 New Revision: 185057 URL: http://svn.freebsd.org/changeset/base/185057 Log: Grammar improvements. Submitted by: kensmith Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 ============================================================================== --- head/sbin/geom/class/part/gpart.8 Tue Nov 18 18:43:44 2008 (r185056) +++ head/sbin/geom/class/part/gpart.8 Tue Nov 18 20:38:07 2008 (r185057) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd Oct 9, 2008 +.Dd Nov 18, 2008 .Dt GPART 8 .Os .Sh NAME @@ -423,9 +423,9 @@ partition that can boot FreeBSD from a partition, and install bootstrap code into it. This partition must be larger than .Pa /boot/gptboot , -or the GPT boot you are willing to write, -a size of 15 blocks (7680 bytes) would be sufficient for -booting from UFS, but let's use 128 blocks (64 KB) here in +or the GPT boot you are planning to write. +A size of 15 blocks (7680 bytes) would be sufficient for +booting from UFS but lets use 128 blocks (64 KB) here in this example, in order to reserve some space for potential future need (e.g. from a ZFS partition). .Bd -literal -offset indent