aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-10-01 16:13:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-10-01 16:13:59 +0000
commitbdfef0f9cd3a19bf5a1948c7d475c342ff2a0b4c (patch)
tree020d5ee9c9e6276bfc857e70371890c0cd951f3a /share
parent32eef9aeb1f39a1623cea55da147c89abbd5b9a5 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/style.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index f342d24678d4..7dff1eac5302 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 <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.