From owner-svn-src-head@FreeBSD.ORG Fri May 3 12:45:46 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 7689937E; Fri, 3 May 2013 12:45:46 +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 68E661E90; Fri, 3 May 2013 12:45:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r43CjkoE057584; Fri, 3 May 2013 12:45:46 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r43Cjj9N057581; Fri, 3 May 2013 12:45:45 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201305031245.r43Cjj9N057581@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 3 May 2013 12:45:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250210 - 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:45:46 -0000 Author: pluknet Date: Fri May 3 12:45:45 2013 New Revision: 250210 URL: http://svnweb.freebsd.org/changeset/base/250210 Log: Remove an extra comma. Modified: head/lib/libc/locale/duplocale.3 head/lib/libc/locale/freelocale.3 head/lib/libc/locale/newlocale.3 Modified: head/lib/libc/locale/duplocale.3 ============================================================================== --- head/lib/libc/locale/duplocale.3 Fri May 3 12:42:43 2013 (r250209) +++ head/lib/libc/locale/duplocale.3 Fri May 3 12:45:45 2013 (r250210) @@ -66,7 +66,7 @@ The locale returned by this call must be .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008 .Sh BUGS Ideally, Modified: head/lib/libc/locale/freelocale.3 ============================================================================== --- head/lib/libc/locale/freelocale.3 Fri May 3 12:42:43 2013 (r250209) +++ head/lib/libc/locale/freelocale.3 Fri May 3 12:45:45 2013 (r250210) @@ -57,5 +57,5 @@ Returns 0 on success or -1 on error. .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008 . Modified: head/lib/libc/locale/newlocale.3 ============================================================================== --- head/lib/libc/locale/newlocale.3 Fri May 3 12:42:43 2013 (r250209) +++ head/lib/libc/locale/newlocale.3 Fri May 3 12:45:45 2013 (r250210) @@ -108,5 +108,5 @@ You must free the returned locale with .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function, conforms to +This function conforms to .St -p1003.1-2008