Date: Tue, 15 Feb 2005 23:52:35 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 Message-ID: <200502152352.j1FNqZoR058579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2005-02-15 23:52:35 UTC FreeBSD src repository Modified files: share/man/man9 mutex.9 Log: Don't say that mtx_lock() will "sleep" if another kernel thread is holding the mutex, say it will "block". Later in this manual page we say that sleeping while holding a mutex isn't allowed, and this can be confusing. Submitted by: jhb Revision Changes Path 1.47 +2 -2 src/share/man/man9/mutex.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502152352.j1FNqZoR058579>