From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 15 03:03:58 2013 Return-Path: Delivered-To: bugs@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 A54F8F34 for ; Mon, 15 Apr 2013 03:03:58 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x232.google.com (mail-ea0-x232.google.com [IPv6:2a00:1450:4013:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 3FEE1DF9 for ; Mon, 15 Apr 2013 03:03:58 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id o10so2012626eaj.23 for ; Sun, 14 Apr 2013 20:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=UvIOb2iMbPn7t+uNDUxc8uM6tYOAriydFISuroX4KHQ=; b=QQNdLb3csHHfhpjykG3ovsBp0Ar/4mZaoueMju7NHt0hJdQekhoSJ+W7o/S9maO0YR jCZ81Us8RKlTa50HMwX4Cv0vd5qxhRGtgJovxrETfNl3nqinQczdMjekoLPnaaov5I15 mQFuP3HXSBD61AEgQb3k9cwudvbAY6YRNqC1btG+PK5Ta/lZvJMWPsaiVdpMoqGTan4+ +p3kyfRzkQiNBKWhcsR5P5tGvmr9wM6vy8mBfGD7JDl5HEXT+YiXqp+//uml551AWlfH nnV2PIml2Xpp0gp6Is3ew12P9TFei0vyQD6CAFroxx+SyyFkK8kCSblvOfpMWI2kCG8D GzfQ== MIME-Version: 1.0 X-Received: by 10.15.27.195 with SMTP id p43mr56926687eeu.8.1365995037275; Sun, 14 Apr 2013 20:03:57 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.15.91.72 with HTTP; Sun, 14 Apr 2013 20:03:57 -0700 (PDT) In-Reply-To: References: <2AE5101A-F1DC-4E63-96D6-2E232EB58B47@googlemail.com> Date: Sun, 14 Apr 2013 20:03:57 -0700 X-Google-Sender-Auth: wh-paKN92ecF4hLFUigdT5jcaj0 Message-ID: Subject: Re: Typo in pthread_getconcurrency.3 From: hiren panchasara To: Benedikt Steinbusch Content-Type: text/plain; charset=UTF-8 Cc: bugs@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 03:03:58 -0000 On Sun, Apr 14, 2013 at 2:40 PM, hiren panchasara wrote: > On Sun, Apr 14, 2013 at 2:13 PM, Benedikt Steinbusch > wrote: >> Index: pthread_getconcurrency.3 >> =================================================================== >> --- pthread_getconcurrency.3 (revision 249488) >> +++ pthread_getconcurrency.3 (working copy) >> @@ -40,7 +40,7 @@ >> .Fn pthread_setconcurrency "int new_level" >> .Sh DESCRIPTION >> The >> -.Fn pthread_getconcurrency >> +.Fn pthread_setconcurrency >> function allows an application to inform the threads implementation >> of its desired concurrency level, >> .Fa new_level . >> >> Cheers, >> Benedikt > > I will commit this. Fixed in r249491 Thanks, Hiren > > Thank you, > Hiren >> >> _______________________________________________ >> freebsd-bugs@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-bugs >> To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"