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/libc_r | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/man/pthread_mutex_destroy.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_mutex_trylock.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/sigwait.3 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index e9fb9c11d04..6580dfae397 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/pthread_mutex_destroy.3 @@ -54,7 +54,7 @@ The value specified by .Fa mutex is invalid. .It Bq Er EBUSY -.Fa Mutex +.Fa mutex is locked by another thread. .El .Pp diff --git a/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index 9f283801e54..7bbc7339c4b 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/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 diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3 index 3d171cc32d5..ef254d70ff5 100644 --- a/lib/libc_r/man/sigwait.3 +++ b/lib/libc_r/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.2 1999/01/18 00:01:06 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.3 1999/02/27 21:57:14 deraadt Exp $ .Dd August 20, 1998 .Os Ox .Dt SIGWAIT 3 @@ -53,7 +53,7 @@ stores the signal number of the recived signal at the location referenced by and returns zero. .Sh ERRORS On error, -.Fn Sigwait +.Fn sigwait returns one of these error values: .Bl -tag -width Er .It Bq Er EINVAL |