diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-05-09 17:27:49 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-05-09 17:27:49 +0000 |
commit | 9ff418da7f430fabb0e5fc109a08999b5c786384 (patch) | |
tree | 22c612eab89399575f674643a0e3507c81f64d87 | |
parent | af23b88b5cf9e3728289126ea8805e3be750263e (diff) |
Notes
-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 fba7353ac6a6..278e18c4bb8c 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.) |