[-- Attachment #1 --]

[-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --]

Hi! How are you?

I send you this commit log in order to have your advice

See you later. Thanks

[-- Attachment #2: CVS Commit Log.doc --]
[-- Type: application/mixed, Encoding: base64, Size: 315K --]

Update SCM ID guidelines to reflect the newly added __FBSDID macro.
This commit is contained in:
David E. O'Brien 2001-09-15 16:47:24 +00:00
parent 8df8b73f3c
commit 4236ba194c

View File

@ -64,17 +64,14 @@ All VCS (version control system) revision identification from files obtained
from elsewhere should be maintained, including, where applicable, multiple IDs
showing a file's history.
In general, keep the IDs intact, including any `$'s.
There is no reason to add "From" in front of foreign VCS IDs.
Most
.No non- Ns Fx
VCS IDs should be indented by a tab if in a comment.
.Bd -literal
#ifndef lint
#if 0
static char sccsid[] = "@(#)style 1.14 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/cdefs.h>
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95")
__FBSDID("$FreeBSD$")
.Ed
.Pp
Leave another blank line before the header files.