From owner-svn-src-all@FreeBSD.ORG Sat May 12 00:40:44 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2043106566B; Sat, 12 May 2012 00:40:44 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DCF608FC0A; Sat, 12 May 2012 00:40:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4C0ei5u007597; Sat, 12 May 2012 00:40:44 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4C0eiFh007595; Sat, 12 May 2012 00:40:44 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201205120040.q4C0eiFh007595@svn.freebsd.org> From: Eitan Adler Date: Sat, 12 May 2012 00:40:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235303 - stable/9/lib/libc/stdio X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 00:40:45 -0000 Author: eadler Date: Sat May 12 00:40:44 2012 New Revision: 235303 URL: http://svn.freebsd.org/changeset/base/235303 Log: MFC r235202: Remove reference to non-existent FreeBSD Security Architecture Approved by: cperciva (implicit) Modified: stable/9/lib/libc/stdio/fgets.3 Directory Properties: stable/9/lib/libc/ (props changed) Modified: stable/9/lib/libc/stdio/fgets.3 ============================================================================== --- stable/9/lib/libc/stdio/fgets.3 Sat May 12 00:30:54 2012 (r235302) +++ stable/9/lib/libc/stdio/fgets.3 Sat May 12 00:40:44 2012 (r235303) @@ -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.)