From owner-cvs-src-old@FreeBSD.ORG Sun May 16 11:03:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60D9210657DC for ; Sun, 16 May 2010 11:03:58 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EC268FC13 for ; Sun, 16 May 2010 11:03:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4GB3wmh003972 for ; Sun, 16 May 2010 11:03:58 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4GB3wAP003971 for cvs-src-old@freebsd.org; Sun, 16 May 2010 11:03:58 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005161103.o4GB3wAP003971@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 16 May 2010 11:03:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man3 Makefile pthread_cond_timedwait.3 pthread_condattr.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2010 11:03:58 -0000 jilles 2010-05-16 11:03:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man3 Makefile pthread_cond_timedwait.3 pthread_condattr.3 Log: SVN rev 208138 on 2010-05-16 11:03:46Z by jilles MFC r207816: Document clock and pshared condvar attributes. Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of the current and given value of the clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and CLOCK_MONOTONIC as allowed. Revision Changes Path 1.50.2.3 +5 -1 src/share/man/man3/Makefile 1.21.2.2 +8 -2 src/share/man/man3/pthread_cond_timedwait.3 1.15.2.2 +94 -8 src/share/man/man3/pthread_condattr.3