From 063aa3dfd2ae154f58739004fac6b11cb03328ed Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 7 Mar 2014 15:35:54 +0000 Subject: [PATCH] libc man pages: Remove reference to non-existent FreeBSD Security Architecture MFC After: 3 days --- lib/libc/stdio/tmpnam.3 | 2 -- lib/libc/string/strcat.3 | 2 -- lib/libc/string/strcpy.3 | 4 ---- 3 files changed, 8 deletions(-) diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 937068f68d93..c54ec2718aa7 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 14ce340955e7..802226980d27 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 efc95dfbdd22..4d4a1ee7b3ce 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 . )