From owner-cvs-src-old@FreeBSD.ORG Sun May 9 14:21:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37AB11065677 for ; Sun, 9 May 2010 14:21:56 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 25AFC8FC1C for ; Sun, 9 May 2010 14:21:56 +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 o49ELuQt006440 for ; Sun, 9 May 2010 14:21:56 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o49ELu7g006439 for cvs-src-old@freebsd.org; Sun, 9 May 2010 14:21:56 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005091421.o49ELu7g006439@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 9 May 2010 14:21:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 09 May 2010 14:21:56 -0000 jilles 2010-05-09 14:21:34 UTC FreeBSD src repository Modified files: share/man/man3 Makefile pthread_cond_timedwait.3 pthread_condattr.3 Log: SVN rev 207816 on 2010-05-09 14:21:34Z by jilles 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. MFC after: 1 week Revision Changes Path 1.52 +5 -1 src/share/man/man3/Makefile 1.22 +8 -2 src/share/man/man3/pthread_cond_timedwait.3 1.16 +94 -8 src/share/man/man3/pthread_condattr.3