Date: Fri, 30 Mar 2007 04:10:04 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man3 pthread_cond_timedwait.3 pthread_cond_wait.3 Message-ID: <200703300410.l2U4A4gV056373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-03-30 04:10:04 UTC FreeBSD src repository Modified files: share/man/man3 pthread_cond_timedwait.3 pthread_cond_wait.3 Log: Document that EPERM is returned when the calling thread does not have the mutex locked. Also tweak the wording to make it more consistant between pthread_cond_wait and pthread_cond_tiedwait. Confirmed with the opengroup's web site that this is a valid return value. Wording used specifically not that of opengroup's online man pages. MFC After: 1 week Revision Changes Path 1.20 +5 -1 src/share/man/man3/pthread_cond_timedwait.3 1.21 +4 -0 src/share/man/man3/pthread_cond_wait.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703300410.l2U4A4gV056373>