diff options
author | dd <dd@FreeBSD.org> | 2001-05-06 22:04:17 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-05-06 22:04:17 +0000 |
commit | be7e13cb7857737741f1f03cec1a42339c5b82f7 (patch) | |
tree | cc4a82c5d33c3ad5aac03a6504613aecc616d75b /share | |
parent | d95099399d37a681fda4dff26bc0631ea5b988e3 (diff) | |
download | FreeBSD-src-be7e13cb7857737741f1f03cec1a42339c5b82f7.zip FreeBSD-src-be7e13cb7857737741f1f03cec1a42339c5b82f7.tar.gz |
s/mtx_try_enter/mtx_trylock/
Diffstat (limited to 'share')
-rw-r--r-- | 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 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. |