From: bangerth Date: Wed, 24 Nov 2010 22:27:58 +0000 (+0000) Subject: Fix reference to man page. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a61dac1d2de30e600a8b729b099b5f43213c64e;p=dealii-svn.git Fix reference to man page. git-svn-id: https://svn.dealii.org/trunk@22857 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/thread_management.h b/deal.II/include/deal.II/base/thread_management.h index b74cd6e1b6..bcedd43bc2 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -445,7 +445,7 @@ namespace Threads * mutex which needs to be * given to this function as an * argument, see the man page - * of posix_cond_wait for a + * of pthread_cond_wait for a * description of the * mechanisms. *