From owner-cvs-all@FreeBSD.ORG Mon Sep 25 17:05:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D184C16A407; Mon, 25 Sep 2006 17:05:10 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134A443D45; Mon, 25 Sep 2006 17:05:09 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id k8PH580L077225; Mon, 25 Sep 2006 19:05:08 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.8/8.13.3) with ESMTP id k8PH57Gl001053; Mon, 25 Sep 2006 19:05:07 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.8/8.13.3/Submit) id k8PH575l001052; Mon, 25 Sep 2006 19:05:07 +0200 (CEST) (envelope-from marc) Date: Mon, 25 Sep 2006 19:05:07 +0200 From: Marc Fonvieille To: Chin-San Huang Message-ID: <20060925170507.GA953@gothic.blackend.org> References: <200609250341.k8P3fIva024108@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609250341.k8P3fIva024108@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 6.2-PRERELEASE User-Agent: Mutt/1.5.11 Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 25 Sep 2006 17:05:11 -0000 On Mon, Sep 25, 2006 at 03:41:18AM +0000, Chin-San Huang wrote: > chinsan 2006-09-25 03:41:18 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/x11 chapter.sgml > Log: > Add some guidelines for configure X11 for flatpanel widescreens. > > PR: 103530 > Submitted by: Shaun Jurrens > Approved by: delphij (mentor) > Hello, I see in this commit many little things that need to be corrected in future similar commits. Most of them depend of a well configured editor: trailing whitespaces, line length, 2 spaces between a period and the beginning of the next sentence, non-tagged things. We must take care of these things especially when the addition comes from a PR diff. Marc