Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 16:08:05 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Bruce Evans <bde@zeta.org.au>
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:  <20010421160805.A80262@dragon.nuxi.com>
In-Reply-To: <Pine.BSF.4.21.0104220555120.4620-100000@besplex.bde.org>; from bde@zeta.org.au on Sun, Apr 22, 2001 at 05:58:30AM %2B1000
References:  <200104211117.f3LBHj314423@freefall.freebsd.org> <Pine.BSF.4.21.0104220555120.4620-100000@besplex.bde.org>

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

.\" $FreeBSD$

-- 
-- David  (obrien@FreeBSD.org)

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?20010421160805.A80262>