diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-15 16:47:24 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-15 16:47:24 +0000 |
| commit | 4236ba194c29ac1562adc79f14453231194ed85f (patch) | |
| tree | 582b6bc76c118b34f483ea5b85367b21841f5e0c | |
| parent | 8df8b73f3c6fadb731f5d55a07124a7e93c0ee49 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/style.9 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f8b1335c1b7a..f342d24678d4 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -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. |
