diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-17 02:05:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-17 02:05:36 +0000 |
commit | 9dc1e5fad0b6d266228b16e0492bfadbff689204 (patch) | |
tree | 315085f76456fc60589c1118df31a2ddbf2228e2 /share | |
parent | bd2902426d0831fc83a09905cce61e7c1ab27c72 (diff) | |
download | FreeBSD-src-9dc1e5fad0b6d266228b16e0492bfadbff689204.zip FreeBSD-src-9dc1e5fad0b6d266228b16e0492bfadbff689204.tar.gz |
Back out rev 1.50. VCS was correct -- it is Version Control System.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 74317bf..6c2efc3 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -60,10 +60,11 @@ Version control system ID tags should only exist once in a file (unlike this one). Non-C/C++ source files follow the above example, while C/C++ source files follow the below one. -All CVS revision identification from files obtained from elsewhere should be -maintained, including if there are multiple IDs showing a file's history. +All VCS (version control system) revision identification from files obtained +from elsewhere should be maintained, including if there are multiple IDs +showing a file's history. In general, keep the IDs in tact, including any `$'s. -Most non-FreeBSD CVS IDs should be indented by a tab if in a comment. +Most non-FreeBSD VCS IDs should be indented by a tab if in a comment. .Bd -literal #ifndef lint #if 0 |