From owner-cvs-all@FreeBSD.ORG Tue Feb 15 23:52:36 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A8C16A4CE; Tue, 15 Feb 2005 23:52:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69E843D2D; Tue, 15 Feb 2005 23:52:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1FNqZur058580; Tue, 15 Feb 2005 23:52:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1FNqZoR058579; Tue, 15 Feb 2005 23:52:35 GMT (envelope-from ru) Message-Id: <200502152352.j1FNqZoR058579@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 Feb 2005 23:52:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mutex.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 23:52:36 -0000 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