summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_mutex_trylock.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libpthread/man/pthread_mutex_trylock.3
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_trylock.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_trylock.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3
index 9f283801e54..7bbc7339c4b 100644
--- a/lib/libpthread/man/pthread_mutex_trylock.3
+++ b/lib/libpthread/man/pthread_mutex_trylock.3
@@ -57,7 +57,7 @@ The value specified by
.Fa mutex
is invalid.
.It Bq Er EBUSY
-.Fa Mutex
+.Fa mutex
is already locked.
.El
.Pp