From bdfef0f9cd3a19bf5a1948c7d475c342ff2a0b4c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 1 Oct 2001 16:13:59 +0000 Subject: [PATCH] Make __RCSID() and __FBSDID() examples compile. --- share/man/man9/style.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f342d24678d..7dff1eac530 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -70,8 +70,8 @@ Most VCS IDs should be indented by a tab if in a comment. .Bd -literal #include -__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.