diff options
author | eadler <eadler@FreeBSD.org> | 2014-03-07 15:35:54 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-03-07 15:35:54 +0000 |
commit | 199b6362547eded44d7f5106be032c34ca8e3fee (patch) | |
tree | 54ed3aab50964817b287c9f543f085a939213984 /lib/libc/string | |
parent | fe221d29bf0f99dc465137bf6fea3a92d8306375 (diff) | |
download | FreeBSD-src-199b6362547eded44d7f5106be032c34ca8e3fee.zip FreeBSD-src-199b6362547eded44d7f5106be032c34ca8e3fee.tar.gz |
libc man pages: Remove reference to non-existent FreeBSD Security
Architecture
MFC After: 3 days
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcat.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 14ce340..8022269 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -103,8 +103,6 @@ The function is easily misused in a manner which enables malicious users to arbitrarily change a running program's functionality through a buffer overflow attack. -(See -the FSA.) .Pp Avoid using .Fn strcat . diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index efc95df..4d4a1ee 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -210,7 +210,3 @@ The function is easily misused in a manner which enables malicious users to arbitrarily change a running program's functionality through a buffer overflow attack. -(See -the FSA -and -.Sx EXAMPLES . ) |