projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4225115
)
mutex.9: Fix typo.
author
Sascha Wildner <saw@online.de>
Sat, 5 Jun 2010 15:00:52 +0000 (17:00 +0200)
committer
Sascha Wildner <saw@online.de>
Sat, 5 Jun 2010 15:00:52 +0000 (17:00 +0200)
share/man/man9/mutex.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/mutex.9
b/share/man/man9/mutex.9
index
c95869c
..
3787a73
100644
(file)
--- 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 .