diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:13:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:13:59 +0000 |
| commit | bdfef0f9cd3a19bf5a1948c7d475c342ff2a0b4c (patch) | |
| tree | 020d5ee9c9e6276bfc857e70371890c0cd951f3a /share | |
| parent | 32eef9aeb1f39a1623cea55da147c89abbd5b9a5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/style.9 | 4 |
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. |
