From dd7fb6d23fbbe7beb15fd87d54e1a74f946f4454 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 5 Jun 2010 17:00:52 +0200 Subject: [PATCH] mutex.9: Fix typo. --- share/man/man9/mutex.9 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index c95869c..3787a73 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 . -- 1.7.7.2