Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2001 14:06:06 -0700
From:      Peter Wemm <peter@wemm.org>
To:        obrien@FreeBSD.org
Cc:        Bruce Evans <bde@zeta.org.au>, Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>, 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 ... 
Message-ID:  <20010422210606.1FF4F3811@overcee.netplex.com.au>
In-Reply-To: <20010421160805.A80262@dragon.nuxi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010422210606.1FF4F3811>