diff options
author | chris <chris@FreeBSD.org> | 2002-01-01 19:20:02 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2002-01-01 19:20:02 +0000 |
commit | a00d07d9a03764a80809a24f1e7e147b7456fdcc (patch) | |
tree | 3a217c2f9bc8a3adabebb80813b298af93b17422 /share/man/man7 | |
parent | a46d1d7f893729bbd95a207f15da7cf72690209c (diff) | |
download | FreeBSD-src-a00d07d9a03764a80809a24f1e7e147b7456fdcc.zip FreeBSD-src-a00d07d9a03764a80809a24f1e7e147b7456fdcc.tar.gz |
Make `WHERE TO START' and `WHERE TO STOP' subsections within `DESCRIPTION'.
Suggested by: sheldonh
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/sdoc.7 | 4 | ||||
-rw-r--r-- | share/man/man7/sec-doc.7 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/sdoc.7 b/share/man/man7/sdoc.7 index e4e805e..1aeff4b 100644 --- a/share/man/man7/sdoc.7 +++ b/share/man/man7/sdoc.7 @@ -57,7 +57,7 @@ This document provides guidelines for balancing brevity and completeness in the security consideration section for a given feature of the .Fx system. -.Sh WHERE TO START +.Ss Where to Start Begin by listing those general security requirements that can be violated through the misuse of the feature. @@ -123,7 +123,7 @@ likewise cross-reference that document rather than replicating information. Whenever possible, refer to this document rather than reproducing the material it contains. -.Sh WHERE TO STOP +.Ss Where to Stop Security problems are often interrelated; individual problems often have far-reaching implications. For example, the correctness of virtually any dynamically-linked program diff --git a/share/man/man7/sec-doc.7 b/share/man/man7/sec-doc.7 index e4e805e..1aeff4b 100644 --- a/share/man/man7/sec-doc.7 +++ b/share/man/man7/sec-doc.7 @@ -57,7 +57,7 @@ This document provides guidelines for balancing brevity and completeness in the security consideration section for a given feature of the .Fx system. -.Sh WHERE TO START +.Ss Where to Start Begin by listing those general security requirements that can be violated through the misuse of the feature. @@ -123,7 +123,7 @@ likewise cross-reference that document rather than replicating information. Whenever possible, refer to this document rather than reproducing the material it contains. -.Sh WHERE TO STOP +.Ss Where to Stop Security problems are often interrelated; individual problems often have far-reaching implications. For example, the correctness of virtually any dynamically-linked program |