From owner-cvs-all@FreeBSD.ORG Wed Aug 12 02:13:09 2009 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 10E94106566B; Wed, 12 Aug 2009 02:13:09 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C56B88FC15; Wed, 12 Aug 2009 02:13:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n7C2AVFr022834; Tue, 11 Aug 2009 20:10:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 11 Aug 2009 20:11:28 -0600 (MDT) Message-Id: <20090811.201128.-887814841.imp@bsdimp.com> To: dougb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <4A81BB22.6020200@FreeBSD.org> References: <200908111733.n7BHXa4Y057310@repoman.freebsd.org> <4A81BB22.6020200@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: manolis@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.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: Wed, 12 Aug 2009 02:13:09 -0000 In message: <4A81BB22.6020200@FreeBSD.org> Doug Barton writes: : Manolis Kiagias wrote: : > manolis 2009-08-11 17:33:35 UTC : > : > FreeBSD doc repository : > : > Modified files: : > en_US.ISO8859-1/books/handbook/advanced-networking : > chapter.sgml : > Log: : > Add missing quotes in rc.conf variable : > : > Revision Changes Path : > 1.425 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml : > : > http://www.FreeBSD.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.diff?&r1=1.424&r2=1.425&f=h : : FYI this is nice for the sake of consistency, but there is no : functional difference between foo=bar and foo="bar". But there is a difference between foo=bar baz and foo="bar baz" Warner