diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-02 00:49:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-02 00:49:17 +0000 |
| commit | efd39a2f76587931fc40f9bb5fc6e647b29ee31e (patch) | |
| tree | 2efd0f59670a9630371773297ba824f133efbc2f | |
| parent | 7497319b6c164658db61ed5a7ed92fd13a36e3d1 (diff) | |
Notes
| -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 dcba13509ffb..647dad17d661 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -47,7 +47,7 @@ .Fn mtx_init "struct mtx *mutex" "char *name" "flags" .Ft void .Fn mtx_enter "struct mtx *mutex" "int flags" -.Ft void +.Ft int .Fn mtx_try_enter "struct mtx *mutex" "int flags" .Ft void .Fn mtx_exit "struct mtx *mutex" "int flags" |
