diff options
author | eadler <eadler@FreeBSD.org> | 2012-05-09 17:27:49 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-05-09 17:27:49 +0000 |
commit | e77f7b7efa126a412f2e339f230692ba19241c55 (patch) | |
tree | 22c612eab89399575f674643a0e3507c81f64d87 | |
parent | 58bd935b7274e6e390a3d858a84534798092708c (diff) | |
download | FreeBSD-src-e77f7b7efa126a412f2e339f230692ba19241c55.zip FreeBSD-src-e77f7b7efa126a412f2e339f230692ba19241c55.tar.gz |
Remove reference to non-existent FreeBSD Security Architecture
Approved by: cperciva
MFC after: 3 days
-rw-r--r-- | lib/libc/stdio/fgets.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index fba7353..278e18c 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -32,7 +32,7 @@ .\" @(#)fgets.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd May 5, 2012 .Dt FGETS 3 .Os .Sh NAME @@ -154,5 +154,3 @@ a buffer overflow attack. It is strongly suggested that the .Fn fgets function be used in all cases. -(See -the FSA.) |