From owner-svn-src-stable@FreeBSD.ORG Fri Jul 30 16:27:42 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113BA1065679; Fri, 30 Jul 2010 16:27:42 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F2DA28FC12; Fri, 30 Jul 2010 16:27:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6UGRfqW013565; Fri, 30 Jul 2010 16:27:41 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6UGRfKr013562; Fri, 30 Jul 2010 16:27:41 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201007301627.o6UGRfKr013562@svn.freebsd.org> From: Benedict Reuschling Date: Fri, 30 Jul 2010 16:27:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210660 - stable/8/lib/libc/locale X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 16:27:42 -0000 Author: bcr (doc committer) Date: Fri Jul 30 16:27:41 2010 New Revision: 210660 URL: http://svn.freebsd.org/changeset/base/210660 Log: MFC r210468: Apply a small grammar fix to {toupper,tolower}(3). PR: docs/140458 Submitted by: Jeremy Huddleston (Jeremyhu at apple dot com) Modified: stable/8/lib/libc/locale/tolower.3 stable/8/lib/libc/locale/toupper.3 Directory Properties: stable/8/lib/libc/locale/ (props changed) Modified: stable/8/lib/libc/locale/tolower.3 ============================================================================== --- stable/8/lib/libc/locale/tolower.3 Fri Jul 30 16:23:45 2010 (r210659) +++ stable/8/lib/libc/locale/tolower.3 Fri Jul 30 16:27:41 2010 (r210660) @@ -32,7 +32,7 @@ .\" @(#)tolower.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 17, 2005 +.Dd July 25, 2010 .Dt TOLOWER 3 .Os .Sh NAME @@ -57,7 +57,7 @@ or the value of If the argument is an upper-case letter, the .Fn tolower function returns the corresponding lower-case letter if there is -one; otherwise the argument is returned unchanged. +one; otherwise, the argument is returned unchanged. .Sh COMPATIBILITY The .Bx 4.4 Modified: stable/8/lib/libc/locale/toupper.3 ============================================================================== --- stable/8/lib/libc/locale/toupper.3 Fri Jul 30 16:23:45 2010 (r210659) +++ stable/8/lib/libc/locale/toupper.3 Fri Jul 30 16:27:41 2010 (r210660) @@ -32,7 +32,7 @@ .\" @(#)toupper.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 17, 2005 +.Dd July 25, 2010 .Dt TOUPPER 3 .Os .Sh NAME @@ -57,7 +57,7 @@ or the value of If the argument is a lower-case letter, the .Fn toupper function returns the corresponding upper-case letter if there is -one; otherwise the argument is returned unchanged. +one; otherwise, the argument is returned unchanged. .Sh COMPATIBILITY The .Bx 4.4