diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 01:17:22 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 01:17:22 +0000 |
| commit | 1bb7d81107f18a855a2e3f4888e0d74fb75bcc12 (patch) | |
| tree | c6461d4b6ef6490d508bae521672c8c00e77cd95 | |
| parent | 22626efa0f96cbca4edae882e46cb56b1879706b (diff) | |
Notes
| -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 317540ed26e1..170498d1dff3 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 |
