From: Sascha Wildner Date: Sat, 5 Jun 2010 15:00:52 +0000 (+0200) Subject: mutex.9: Fix typo. X-Git-Tag: v2.9.0~926 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/dd7fb6d23fbbe7beb15fd87d54e1a74f946f4454 mutex.9: Fix typo. --- diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index c95869c51d..3787a7303e 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -195,7 +195,7 @@ If the lock is already shared, this call is a no-op. .Pp The .Fn mtx_upgrade_try -function attemts to convert a shared lock to an exclusive one. +function attempts to convert a shared lock to an exclusive one. The mutex must be held by the caller in the shared state. If the upgrade is successful, this function returns 0; otherwise, it returns .Er EDEADLK .