diff options
author | dd <dd@FreeBSD.org> | 2002-03-28 12:57:48 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-28 12:57:48 +0000 |
commit | f868de51601b0be7012ee07210d984f978cf94b2 (patch) | |
tree | 6eb68f382cabb4414640de37a78de80f7a08151f /share/man/man7 | |
parent | 8edb7b74a061f44bd362d83fb1d82362cd72ee11 (diff) | |
download | FreeBSD-src-f868de51601b0be7012ee07210d984f978cf94b2.zip FreeBSD-src-f868de51601b0be7012ee07210d984f978cf94b2.tar.gz |
mdoc(7) police: remove whitespace at EOL.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/sdoc.7 | 8 | ||||
-rw-r--r-- | share/man/man7/sec-doc.7 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man7/sdoc.7 b/share/man/man7/sdoc.7 index 8ca5a36..eb19069 100644 --- a/share/man/man7/sdoc.7 +++ b/share/man/man7/sdoc.7 @@ -39,11 +39,11 @@ This document presents guidelines for adding security considerations sections to manual pages. It provides two typical examples. .Pp -The guidelines for writing +The guidelines for writing .Fx manual pages in .Xr groff_mdoc 7 -mandate that each manual page describing a feature of the +mandate that each manual page describing a feature of the .Fx system should contain a security considerations section describing what security requirements can be broken @@ -70,7 +70,7 @@ there are four classes of security requirements: .Bl -hang -offset indent .It Em integrity (example: non-administrators should not modify system binaries), -.It Em confidentiality +.It Em confidentiality (example: non-administrators should not view the shadow password file), .It Em availability (example: the web server should respond to client requests in a timely @@ -187,7 +187,7 @@ the FSA.) Avoid using .Fn strcpy . Instead, use -.Fn strncpy +.Fn strncpy and ensure that no more characters are copied to the destination buffer than it can hold. Do not forget to NUL-terminate the destination buffer, diff --git a/share/man/man7/sec-doc.7 b/share/man/man7/sec-doc.7 index 8ca5a36..eb19069 100644 --- a/share/man/man7/sec-doc.7 +++ b/share/man/man7/sec-doc.7 @@ -39,11 +39,11 @@ This document presents guidelines for adding security considerations sections to manual pages. It provides two typical examples. .Pp -The guidelines for writing +The guidelines for writing .Fx manual pages in .Xr groff_mdoc 7 -mandate that each manual page describing a feature of the +mandate that each manual page describing a feature of the .Fx system should contain a security considerations section describing what security requirements can be broken @@ -70,7 +70,7 @@ there are four classes of security requirements: .Bl -hang -offset indent .It Em integrity (example: non-administrators should not modify system binaries), -.It Em confidentiality +.It Em confidentiality (example: non-administrators should not view the shadow password file), .It Em availability (example: the web server should respond to client requests in a timely @@ -187,7 +187,7 @@ the FSA.) Avoid using .Fn strcpy . Instead, use -.Fn strncpy +.Fn strncpy and ensure that no more characters are copied to the destination buffer than it can hold. Do not forget to NUL-terminate the destination buffer, |