libc man pages: Remove reference to non-existent FreeBSD Security

Architecture

MFC After:	3 days
This commit is contained in:
Eitan Adler 2014-03-07 15:35:54 +00:00
parent 6d45fdc941
commit 063aa3dfd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262890
3 changed files with 0 additions and 8 deletions

View File

@ -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.)

View File

@ -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 .

View File

@ -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 . )