From owner-cvs-src@FreeBSD.ORG Sat May 24 21:45:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A802A37B401; Sat, 24 May 2003 21:45:37 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71C343F75; Sat, 24 May 2003 21:45:34 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id OAA17866; Sun, 25 May 2003 14:45:26 +1000 Date: Sun, 25 May 2003 14:45:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "M. Warner Losh" In-Reply-To: <20030524.172538.87636636.imp@bsdimp.com> Message-ID: <20030525144337.B56624@gamplex.bde.org> References: <200305241819.h4OIJC85090502@repoman.freebsd.org> <20030524.172538.87636636.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hmp@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 vnode.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 04:45:38 -0000 On Sat, 24 May 2003, M. Warner Losh wrote: > In message: > John Baldwin writes: > : > : On 24-May-2003 Hiten Pandya wrote: > : > hmp 2003/05/24 11:19:12 PDT > : > > : > FreeBSD src repository (doc committer) > : > > : > Modified files: > : > share/man/man9 vnode.9 > : > Log: > : > Bring vnode(9) man page to its senses: > : > > : > - remove '-*- nroff -*-' > : > : Why did you do this? By default, [x]emacs only recognizes .[0-8] as > : nroff. Having this marker here ensures that [x]emacs starts up in > : nroff mode and doesn't hurt anything. > > I was wondering about that myself. I always ADD it to the .9 man > pages. I thought it was just a style bug. If you add it, don't forget to bloat the file with markup for all alternative editors. Bruce