From owner-svn-src-all@FreeBSD.ORG Fri Mar 7 15:35:55 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E42A0403; Fri, 7 Mar 2014 15:35:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0D25CAC; Fri, 7 Mar 2014 15:35:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s27FZtkG008436; Fri, 7 Mar 2014 15:35:55 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s27FZtFZ008432; Fri, 7 Mar 2014 15:35:55 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201403071535.s27FZtFZ008432@svn.freebsd.org> From: Eitan Adler Date: Fri, 7 Mar 2014 15:35:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262890 - in head/lib/libc: stdio string X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 07 Mar 2014 15:35:56 -0000 Author: eadler Date: Fri Mar 7 15:35:54 2014 New Revision: 262890 URL: http://svnweb.freebsd.org/changeset/base/262890 Log: libc man pages: Remove reference to non-existent FreeBSD Security Architecture MFC After: 3 days Modified: head/lib/libc/stdio/tmpnam.3 head/lib/libc/string/strcat.3 head/lib/libc/string/strcpy.3 Modified: head/lib/libc/stdio/tmpnam.3 ============================================================================== --- head/lib/libc/stdio/tmpnam.3 Fri Mar 7 14:44:13 2014 (r262889) +++ head/lib/libc/stdio/tmpnam.3 Fri Mar 7 15:35:54 2014 (r262890) @@ -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.) Modified: head/lib/libc/string/strcat.3 ============================================================================== --- head/lib/libc/string/strcat.3 Fri Mar 7 14:44:13 2014 (r262889) +++ head/lib/libc/string/strcat.3 Fri Mar 7 15:35:54 2014 (r262890) @@ -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 . Modified: head/lib/libc/string/strcpy.3 ============================================================================== --- head/lib/libc/string/strcpy.3 Fri Mar 7 14:44:13 2014 (r262889) +++ head/lib/libc/string/strcpy.3 Fri Mar 7 15:35:54 2014 (r262890) @@ -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 . )