From owner-svn-src-head@FreeBSD.ORG Fri May 3 12:42:44 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 82FC41CF; Fri, 3 May 2013 12:42:44 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 746A41E6A; Fri, 3 May 2013 12:42:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r43CgieC056959; Fri, 3 May 2013 12:42:44 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r43Cgiak056958; Fri, 3 May 2013 12:42:44 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201305031242.r43Cgiak056958@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 3 May 2013 12:42:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250209 - head/lib/libc/locale X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 12:42:44 -0000 Author: pluknet Date: Fri May 3 12:42:43 2013 New Revision: 250209 URL: http://svnweb.freebsd.org/changeset/base/250209 Log: Remove the STANDARDS section. querylocale is not part of IEEE Std 1003.1-2008. MFC after: 3 days Modified: head/lib/libc/locale/querylocale.3 Modified: head/lib/libc/locale/querylocale.3 ============================================================================== --- head/lib/libc/locale/querylocale.3 Fri May 3 11:53:06 2013 (r250208) +++ head/lib/libc/locale/querylocale.3 Fri May 3 12:42:43 2013 (r250209) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 17 2011 +.Dd May 3, 2013 .Dt QUERYLOCALE 3 .Os .Sh NAME @@ -52,6 +52,3 @@ If more than one bit in the mask is set, .Xr newlocale 3 , .Xr uselocale 3 , .Xr xlocale 3 -.Sh STANDARDS -This function, conforms to -.St -p1003.1-2008