svn commit: r249491 - head/share/man/man3

Hiren Panchasara hiren at FreeBSD.org
Mon Apr 15 03:02:55 UTC 2013


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 at 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 .


More information about the svn-src-head mailing list