summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-03-07 15:35:54 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-03-07 15:35:54 +0000
commit063aa3dfd2ae154f58739004fac6b11cb03328ed (patch)
tree54ed3aab50964817b287c9f543f085a939213984
parent6d45fdc941937148287e143ac368056f0fc2c40c (diff)
Notes
-rw-r--r--lib/libc/stdio/tmpnam.32
-rw-r--r--lib/libc/string/strcat.32
-rw-r--r--lib/libc/string/strcpy.34
3 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index 937068f68d935..c54ec2718aa7b 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -244,5 +244,3 @@ file permissions may be specified.
It is strongly suggested that
.Xr mkstemp 3
be used in place of these functions.
-(See
-the FSA.)
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 14ce340955e7d..802226980d277 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 efc95dfbdd226..4d4a1ee7b3ce3 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 . )