Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2013 03:02:55 +0000 (UTC)
From:      Hiren Panchasara <hiren@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249491 - head/share/man/man3
Message-ID:  <201304150302.r3F32tDK040908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hiren
Date: Mon Apr 15 03:02:55 2013
New Revision: 249491
URL: http://svnweb.freebsd.org/changeset/base/249491

Log:
  Fixing a typo.
  
  Submitted by:	Benedikt Steinbusch (benedikt.steinbusch@googlemail.com)
  Approved by:	sbruno (mentor)

Modified:
  head/share/man/man3/pthread_getconcurrency.3

Modified: head/share/man/man3/pthread_getconcurrency.3
==============================================================================
--- head/share/man/man3/pthread_getconcurrency.3	Sun Apr 14 22:38:28 2013	(r249490)
+++ head/share/man/man3/pthread_getconcurrency.3	Mon Apr 15 03:02:55 2013	(r249491)
@@ -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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304150302.r3F32tDK040908>