From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 14 21:40:56 2013 Return-Path: Delivered-To: bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2AA61232 for ; Sun, 14 Apr 2013 21:40:56 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id BB009303 for ; Sun, 14 Apr 2013 21:40:55 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id d4so1910541eek.1 for ; Sun, 14 Apr 2013 14:40:54 -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=xcr7abxjkS5puS6QH5c0oihREpJ2pKarwr2VWWjyjF8=; b=oqXizEI1u8jmmOdfK2QQ7+MqFBc2hDVZyiHkFxBnSH45Y+VmNf8w2jCE4bBiqoQJFA pzE/jukzalBV6+j74+SzzjxfBWtS4j3HH5P+zzx8AqVUReV6l8VYnOSApMdQ1pz3+Mjt q0EAGCg+rpaAYzdn6ei3UgamH+4SYL4qKkslR8XJO62EvbIYE+yezRdrJnuDIJ5TOJac 18iG49ENcjyhXDKckiY5xBRiGvH0AgbdJRCB83O70B082e6AdMb1S4mqixf+2GfFntgn hgvh187SdVa89rQmjyHqNNWvMxczsBsW9iFy2qRtgi1sZcQ9QeqhWy9afTYQzIpbHDv3 dMtw== MIME-Version: 1.0 X-Received: by 10.14.5.137 with SMTP id 9mr50504519eel.30.1365975654655; Sun, 14 Apr 2013 14:40:54 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.15.91.72 with HTTP; Sun, 14 Apr 2013 14:40:54 -0700 (PDT) In-Reply-To: <2AE5101A-F1DC-4E63-96D6-2E232EB58B47@googlemail.com> References: <2AE5101A-F1DC-4E63-96D6-2E232EB58B47@googlemail.com> Date: Sun, 14 Apr 2013 14:40:54 -0700 X-Google-Sender-Auth: SWzb8JKuI_G-gQHxksHVmMXhXZI 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: Sun, 14 Apr 2013 21:40:56 -0000 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. 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"