From owner-freebsd-doc@FreeBSD.ORG Wed Aug 17 09:16:50 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8173106566C; Wed, 17 Aug 2011 09:16:50 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 625CA8FC17; Wed, 17 Aug 2011 09:16:49 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p7H8wsvo025557; Wed, 17 Aug 2011 10:58:54 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p7H8ws5u025556; Wed, 17 Aug 2011 10:58:54 +0200 (CEST) (envelope-from marius) Date: Wed, 17 Aug 2011 10:58:54 +0200 From: Marius Strobl To: "Andrey V. Elsukov" Message-ID: <20110817085854.GI48988@alchemy.franken.de> References: <4E4B73C0.9040502@FreeBSD.org> <4E4B7410.1020208@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E4B7410.1020208@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-doc@FreeBSD.org, Marcel Moolenaar , Pawel Jakub Dawidek Subject: Re: RFC: BOOTSTRAPPING section to the gpart(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 09:16:50 -0000 On Wed, Aug 17, 2011 at 11:56:00AM +0400, Andrey V. Elsukov wrote: > On 17.08.2011 11:54, Andrey V. Elsukov wrote: > > Hi All, > > > > i've prepared the patch to the gpart(8) manual page. > > It adds new section that describes bootcode images we have and > > how to use them. > > Sorry, forgot the patch :) Could you please first run the changed man page through a spell checker and change the formatting so each sentence starts on a new line? Please also don't use more than something like 78 columns per line. It then should be easier to discuss the changes in content. > +the specific partition. Not The embedding bootstrap code should be done only with That probably should read "Note that embedding bootstrap code". > +option. The GEOM PART class has knowleage on how to embed bootstrap code into That probably should be "knowledge". Marius