diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-01 01:17:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-01 01:17:22 +0000 |
commit | c8e982cc6fed0ef85694399fe246bb8cd3ec71fe (patch) | |
tree | c6461d4b6ef6490d508bae521672c8c00e77cd95 /share | |
parent | 21d62aab619b3796c765c898c9caaa4179629580 (diff) | |
download | FreeBSD-src-c8e982cc6fed0ef85694399fe246bb8cd3ec71fe.zip FreeBSD-src-c8e982cc6fed0ef85694399fe246bb8cd3ec71fe.tar.gz |
There is no need to wrap vendor id bits with '#if 0' if they come pre-wrapped.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 317540e..170498d 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -68,7 +68,8 @@ follow the one below. All VCS (version control system) revision identification in files obtained from elsewhere should be maintained, including, where applicable, multiple IDs showing a file's history. -In general, do not edit foreign IDs or their infrastructure; +In general, do not edit foreign IDs or their infrastructure. +Unless otherwise wrapped (such as #if defined(LIBC_SCCS)), enclose both in .Dq Li "#if 0 ... #endif" to hide any uncompilable bits |