diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libpthread/man/pthread_mutex_trylock.3 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (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.3 | 2 |
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 |