Make __RCSID() and __FBSDID() examples compile.

This commit is contained in:
Ruslan Ermilov 2001-10-01 16:13:59 +00:00
parent 32eef9aeb1
commit bdfef0f9cd

View File

@ -70,8 +70,8 @@ Most
VCS IDs should be indented by a tab if in a comment.
.Bd -literal
#include <sys/cdefs.h>
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95")
__FBSDID("$FreeBSD$")
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95");
__FBSDID("$FreeBSD$");
.Ed
.Pp
Leave another blank line before the header files.