summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-05-06 22:04:17 +0000
committerdd <dd@FreeBSD.org>2001-05-06 22:04:17 +0000
commitbe7e13cb7857737741f1f03cec1a42339c5b82f7 (patch)
treecc4a82c5d33c3ad5aac03a6504613aecc616d75b /share/man/man9/mutex.9
parentd95099399d37a681fda4dff26bc0631ea5b988e3 (diff)
downloadFreeBSD-src-be7e13cb7857737741f1f03cec1a42339c5b82f7.zip
FreeBSD-src-be7e13cb7857737741f1f03cec1a42339c5b82f7.tar.gz
s/mtx_try_enter/mtx_trylock/
Diffstat (limited to 'share/man/man9/mutex.9')
-rw-r--r--share/man/man9/mutex.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index d5f989f..173f8d7 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -226,7 +226,7 @@ to those objects protected by the mutex
pointed to by
.Fa mutex .
If the mutex can not be immediately acquired
-.Fn mtx_try_enter
+.Fn mtx_trylock
will return 0,
otherwise the mutex will be acquired
and a non-zero value will be returned.
OpenPOWER on IntegriCloud