Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2001 10:47:10 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David O'Brien" <obrien@FreeBSD.org>
Cc:        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:  <Pine.BSF.4.21.0104221041330.6238-100000@besplex.bde.org>
In-Reply-To: <20010421160805.A80262@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 21 Apr 2001, 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$
>  *
   ^ style bug (useless blank line)
>  */
> 
> .\" $FreeBSD$

It's one space after comments, but 2 spaces in what should be the most
common case (rcsids in *.c):

static const char rcsid[] =
  "$FreeBSD$";

Bruce


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?Pine.BSF.4.21.0104221041330.6238-100000>