From owner-cvs-all@FreeBSD.ORG Thu Nov 11 14:36:48 2004 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 59C0616A4CE; Thu, 11 Nov 2004 14:36:48 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C359343D1F; Thu, 11 Nov 2004 14:36:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iABEaSVf001767; Thu, 11 Nov 2004 16:36:35 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iABEUkTm002155; Thu, 11 Nov 2004 16:30:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iABEUbtj002154; Thu, 11 Nov 2004 16:30:37 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 11 Nov 2004 16:30:37 +0200 From: Giorgos Keramidas To: Murray Stokely Message-ID: <20041111143037.GA1892@orion.daedalusnetworks.priv> References: <200411110825.iAB8PRK1087191@repoman.freebsd.org> <20041111121942.GA66027@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041111121942.GA66027@freebsdmall.com> cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/psgml-mode chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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: Thu, 11 Nov 2004 14:36:48 -0000 On 2004-11-11 04:19, Murray Stokely wrote: >On Thu, Nov 11, 2004 at 08:25:27AM +0000, Giorgos Keramidas wrote: >> Change the recommended line length limit from 70 characters to 78. >> This still fits under 80 columns and is not too narrow. > > 70 characters makes it easier to go in and add a missing word, missing > tag, or correct a misspelling without causing the corrected text to > wrap around the screen. Moving to 78 will make it more necessary to > re-wrap a paragraph every time a minor change is made. Hmmm, you have a point there. I only thought of added tags, which simon mentioned too. But mispellings or missing words are probably more common reasons why a line would need rewrapping.