From owner-cvs-doc@FreeBSD.ORG Sat Nov 4 16:11:48 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9500916A6B5; Sat, 4 Nov 2006 16:11:48 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19AA143D6A; Sat, 4 Nov 2006 16:11:47 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id kA4GBkrq043369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Nov 2006 11:11:46 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sat, 4 Nov 2006 11:11:45 -0500 From: Tom Rhodes To: Johann Kois Message-Id: <20061104111145.0624b81e.trhodes@FreeBSD.org> In-Reply-To: <200611041603.26739.jkois@freebsd.org> References: <200611041102.kA4B2fvu069590@repoman.freebsd.org> <200611041603.26739.jkois@freebsd.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 16:11:48 -0000 On Sat, 4 Nov 2006 16:02:02 +0100 Johann Kois wrote: > Am Samstag, 4. November 2006 12:02 schrieb Tom Rhodes: > > trhodes 2006-11-04 11:02:41 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook/disks chapter.sgml > > Log: > > Add a note (step) showing that you can load gdbe using kldload(8); > > at this time there is no loader.conf variable in > > defaults/loader.conf in 6, note that. > > Remove some old cruft and reword near sentence to keep flow going > > smoothly. Two spaces between the end of a sentence and the beginning > > of a new sentence. > > > > PR: 86733 > > Submitted by: Josh Paetzel (patch rewritten by me) > > > > Revision Changes Path > > 1.266 +16 -5 > > doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml > > Hello, > > Aehm, I think there is something wrong with this commit so I > suggest the following patch: Haha, that's great! Guess I see what diff meant by fuzz even after I made modifications to the numbers. Thanks for catching! > > --- chapter.sgml Sat Nov 4 15:54:46 2006 > +++ chapter.sgml.new Sat Nov 4 15:57:36 2006 > @@ -1145,17 +1145,6 @@ > > &prompt.root; burncd -f > /dev/acd0 audio track1.cdr track2.cdr > ... fixate > > - > - > - An alternative to recompiling the kernel is to use > - kldload to load &man.gbde.4;: > - > - &prompt.root; kldload > geom_bde > - > - At this time there is no option in > - /boot/loader.conf > - to load the kernel module at boot time. > - > > > > @@ -3469,6 +3458,17 @@ > > Reboot into the new kernel. > > + > + > + An alternative to recompiling the kernel is to use > + kldload to load &man.gbde.4;: > + > + &prompt.root; kldload > geom_bde > + > + At this time there is no option in > + /boot/loader.conf > + to load the kernel module at boot time. > + > > > > > > > J.Kois > -- Tom Rhodes