svn commit: r235202 - head/lib/libc/stdio

Eitan Adler eadler at FreeBSD.org
Wed May 9 17:27:49 UTC 2012


Author: eadler
Date: Wed May  9 17:27:49 2012
New Revision: 235202
URL: http://svn.freebsd.org/changeset/base/235202

Log:
  Remove reference to non-existent FreeBSD Security Architecture
  
  Approved by:	cperciva
  MFC after:	3 days

Modified:
  head/lib/libc/stdio/fgets.3

Modified: head/lib/libc/stdio/fgets.3
==============================================================================
--- head/lib/libc/stdio/fgets.3	Wed May  9 17:26:52 2012	(r235201)
+++ head/lib/libc/stdio/fgets.3	Wed May  9 17:27:49 2012	(r235202)
@@ -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.)


More information about the svn-src-all mailing list