From owner-cvs-all@FreeBSD.ORG Fri Jan 14 09:54:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71BEE16A4CE; Fri, 14 Jan 2005 09:54:51 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862DE43D5A; Fri, 14 Jan 2005 09:54:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j0E9sm9b012129; Fri, 14 Jan 2005 11:54:49 +0200 Received: by orion.daedalusnetworks.priv (Postfix, from userid 1001) id A4C942A430; Fri, 14 Jan 2005 11:54:48 +0200 (EET) Date: Fri, 14 Jan 2005 11:54:48 +0200 From: Giorgos Keramidas To: Denis Peplin Message-ID: <20050114095448.GD30089@orion.daedalusnetworks.priv> References: <200501140831.j0E8VU47050373@repoman.freebsd.org> <20050114091403.GA617@nosferatu.blackend.org> <41E78F18.6090006@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41E78F18.6090006@FreeBSD.org> cc: doc-committers@FreeBSD.org cc: Marc Fonvieille cc: cvs-all@FreeBSD.org cc: cvs-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 09:54:51 -0000 On 2005-01-14 12:21, Denis Peplin wrote: >Marc Fonvieille wrote: >>On Fri, Jan 14, 2005 at 08:31:30AM +0000, Denis Peplin wrote: >>> Modified files: >>> en_US.ISO8859-1/books/handbook/config chapter.sgml >>> Log: >>> Do not say that ed loadable module is not available - it is available for >>> both 4.X and 5.X >> >> The "(ISA cards, for example)" sounds really weird, it does not match >> with the rest of the sentence since it talks about drivers. > > Is this better? > - network card drivers (ISA cards, for example). > + network cards (ISA cards, for example). Hi Dennis and everyone :) How about? Not all NIC drivers are available as modules; notable examples are ISA NICs. - Giorgos