From owner-cvs-doc@FreeBSD.ORG Wed Jul 18 10:00:54 2007 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 314DD16A401; Wed, 18 Jul 2007 10:00:54 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id B17F313C4AC; Wed, 18 Jul 2007 10:00:53 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l6IA0psd026031; Wed, 18 Jul 2007 12:00:51 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id l6IA0pEr026030; Wed, 18 Jul 2007 12:00:51 +0200 (CEST) (envelope-from marc) Date: Wed, 18 Jul 2007 12:00:51 +0200 From: Marc Fonvieille To: Chin-San Huang Message-ID: <20070718100051.GA25767@abigail.blackend.org> References: <200707171737.l6HHbAWr050628@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707171737.l6HHbAWr050628@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/faq book.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: Wed, 18 Jul 2007 10:00:54 -0000 On Tue, Jul 17, 2007 at 05:37:10PM +0000, Chin-San Huang wrote: > chinsan 2007-07-17 17:37:10 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/faq book.sgml > Log: > - Remove 4.X related stuff. > - Update the info about hard drives whcich supported by FreeBSD. > > Revision Changes Path > 1.800 +8 -8 doc/en_US.ISO8859-1/books/faq/book.sgml > > http://cvsweb.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/book.sgml.diff?r1=1.799&r2=1.800 > | --- doc/en_US.ISO8859-1/books/faq/book.sgml 2007/07/08 09:46:14 1.799 > | +++ doc/en_US.ISO8859-1/books/faq/book.sgml 2007/07/17 17:37:09 1.800 > | @@ -6,11 +6,11 @@ > | > | > | > | - Frequently Asked Questions for FreeBSD 4.X, 5.X, and 6.X > | + Frequently Asked Questions for FreeBSD 5.X, and 6.X > | > | The FreeBSD Documentation Project > | > | - $FreeBSD: /usr/local/www/cvsroot/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.799 2007/07/08 09:46:14 chinsan Exp $ > | + $FreeBSD: /usr/local/www/cvsroot/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.800 2007/07/17 17:37:09 chinsan Exp $ > | > | > | 1995 > | @@ -56,8 +56,8 @@ > | > | > | > | - This is the FAQ for FreeBSD versions 4.X, 5.X, and 6.X. > | - All entries are assumed to be relevant to FreeBSD 4.0 and > | + This is the FAQ for FreeBSD versions 5.X, and 6.X. > | + All entries are assumed to be relevant to FreeBSD 5.X and > | later, unless otherwise noted. If you are interested in > | helping with this project, send email to the &a.doc;. The > | latest version of this document is always available from the > | @@ -76,7 +76,7 @@ > | > | Introduction > | > | - Welcome to the FreeBSD 4.X-6.X FAQ! > | + Welcome to the FreeBSD 5.X-6.X FAQ! > | > | As is usual with Usenet FAQs, this document aims to cover the > | most frequently asked questions concerning the FreeBSD operating > | @@ -2210,9 +2210,9 @@ File: +DESC (ignored) > | > | > | > | - FreeBSD supports EIDE and SCSI drives (with a compatible > | - controller; see the next section), and all drives using the > | - original Western Digital interface (MFM, RLL, > | + FreeBSD supports EIDE, SATA, SCSI, and SAS drives (with a > | + compatible controller; see the next section), and all drives using > | + the original Western Digital interface (MFM, RLL, > | ESDI, and of course IDE). A few ESDI controllers that use Hello, I noted you often do useless (and confusing for the translators) line-wrappings (or what we call "mixing whitespaces and content changes"). In the example above, only one line was really modified and finally we end with three modified lines. I let you imagine the "headaches" for a translator or any other person trying to figure out what was really modified. Just to sum up: we mustn't mix content and whitespaces/linewrapping/layout changes. -- Marc