From owner-cvs-all@FreeBSD.ORG Mon Jun 26 13:20:51 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 6DBEA16A55C; Mon, 26 Jun 2006 13:20:51 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234F243D66; Mon, 26 Jun 2006 13:20:36 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k5QDKVAX083094; Mon, 26 Jun 2006 09:20:36 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Dmitry Morozovsky Date: Mon, 26 Jun 2006 08:45:47 -0400 User-Agent: KMail/1.9.1 References: <200606250708.k5P78DYi080419@repoman.freebsd.org> In-Reply-To: <200606250708.k5P78DYi080419@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606260845.47834.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 26 Jun 2006 09:20:36 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1563/Mon Jun 26 05:00:08 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-104.4 required=4.2 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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, 26 Jun 2006 13:20:51 -0000 On Sunday 25 June 2006 03:08, Dmitry Morozovsky wrote: > marck 2006-06-25 07:08:13 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/network-servers chapter.sgml > Log: > CNAME'ing www to localhost seems to be useless, reCNAME it to '@' and describe > specifically. > > tags do not grok tabs. Fix this at least in zone files where > they look especially ugly. The problem is that tidy(1) "cleans up" the tabs. If you turn off tidy then the tabs will be preserved. When I brought this up on doc@ no one had any ideas on how to fix it. -- John Baldwin