From owner-cvs-all Sun Apr 22 14: 6:14 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 5BBA337B422; Sun, 22 Apr 2001 14:06:06 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f3ML66M50811; Sun, 22 Apr 2001 14:06:06 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 1FF4F3811; Sun, 22 Apr 2001 14:06:06 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: Bruce Evans , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xlint Makefile src/usr.bin/xlint/lint1 Makefile cgram.y decl.c emit.c emit1.c err.c externs.h externs1.h func.c init.c lint.h lint1.h main1.c mem.c mem1.c op.h param.h scan.l tree.c src/usr.bin/xlint/lint2 Makefile chk.c emit2.c ... In-Reply-To: <20010421160805.A80262@dragon.nuxi.com> Date: Sun, 22 Apr 2001 14:06:06 -0700 From: Peter Wemm Message-Id: <20010422210606.1FF4F3811@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Sun, Apr 22, 2001 at 05:58:30AM +1000, Bruce Evans wrote: > > The tab is correct for $NetBSD$, and for CSRG ids... The (2) spaces for > > $FreeBSD$ is a hack to give $FreeBSD$ some chance of fitting in 80 columns. > > Should be one (1) space (ASCII 0x20) between comment character and > initial '$': > > # $FreeBSD$ > > /* $FreeBSD$ */ > > /* > * Box comment... > * > * $FreeBSD$ > * > */ Actually, the code uses: /* * Box comment... * * $FreeBSD$ */ There are a few places where the extra blank comment line has crept in though. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message