From owner-cvs-all@FreeBSD.ORG Tue May 17 14:56:35 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C47D5106564A; Tue, 17 May 2011 14:56:35 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 9C75C8FC0C; Tue, 17 May 2011 14:56:35 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id B7DCF6F3199; Tue, 17 May 2011 07:40:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:from:from:subject:subject:date:date:references :in-reply-to:message-id:received:received:received; s=ee; t= 1305643207; x=1307457607; bh=YKWPpAvzlfBdnyAKXznhv/0LcObeK7i/r19 7YUj/sSU=; b=U0KJaTO9Ipc69QZYeVcMNB9PvPJb5gEh7hBHVv6z7vFl+b/TwY3 rNsom/2JEinT+qjZjcrWeatE92ma0jXnktjLLFgkhG8PWHrFf2McULKPNwKz8hGn d08GTiPxqxGgPyCECPXQEPTxrXN+LThHBJwn8cdRkRSrKQKa4/8cgBQk= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2zWpz5bq7cN0; Tue, 17 May 2011 07:40:07 -0700 (PDT) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 790596F3191; Tue, 17 May 2011 07:40:07 -0700 (PDT) Received: from 66.122.72.23 (SquirrelMail authenticated user jhelfman) by mail.experts-exchange.com with HTTP; Tue, 17 May 2011 07:40:07 -0700 Message-ID: <800a75fbf37a5bf34858274adf2b5cb5.squirrel@mail.experts-exchange.com> In-Reply-To: <4DCEEA98.4090300@FreeBSD.org> References: <201105141806.p4EI6upK087278@repoman.freebsd.org> <4DCEEA98.4090300@FreeBSD.org> Date: Tue, 17 May 2011 07:40:07 -0700 From: "Jason Helfman" To: "Doug Barton" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: doc-committers@freebsd.org, Joe Marcus Clarke , cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 14:56:35 -0000 > Isn't the issue whether or not 70 characters will wrap in any of the > places that COMMENT is used? > > > > On 05/14/2011 11:06, Joe Marcus Clarke wrote: >> marcus 2011-05-14 18:06:56 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/books/porters-handbook book.sgml >> Log: >> Correct a discrepancy between the Porter's Handbook and portlint with >> regard >> to COMMENT. Portlint recommends a COMMENT no longer than 70 >> characters where >> as the Porter's Handbook recommends 60. Given that most people have >> built >> COMMENT based on the portlint's recommendation, update the handbook >> to say >> COMMENT should be no longer than 70 characters. >> >> PR: 156832 >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=156832 >> Discussed with: portmgr >> >> Revision Changes Path >> 1.1105 +1 -1 >> doc/en_US.ISO8859-1/books/porters-handbook/book.sgml >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml.diff?&r1=1.1104&r2=1.1105&f=h >> > > > > -- > > Nothin' ever doesn't change, but nothin' changes much. > -- OK Go > > Breadth of IT experience, and depth of knowledge in the DNS. > Yours for the right price. :) http://SupersetSolutions.com/ > > _______________________________________________ > cvs-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-doc > To unsubscribe, send any mail to "cvs-doc-unsubscribe@freebsd.org" > > I put this patch in due to COMMENT being cut off at 60 characters.