diff options
author | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
commit | 100ffb8b0adf76d0b3e359060b23a9a77d059189 (patch) | |
tree | 95e98a94363afd705f83a363fb6b40d6342f7a08 /share/man/man3 | |
parent | 2a494c06e20d05a6406bbc5cf486fc7a7439286b (diff) | |
download | FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.zip FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.tar.gz |
Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 7341c33..674725f 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread.3,v 1.2 1997/03/07 03:27:53 jmg Exp $ +.\" $Id: pthread.3,v 1.3 1997/11/05 03:54:11 steve Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD 3 @@ -120,7 +120,7 @@ Initialize a mutex attributes object with default values. .It int Fn pthread_mutex_destroy "pthread_mutex_t *mutex" Destroy a mutex. .It int Fn pthread_mutex_init "pthread_mutex_t *mutex" "const pthread_mutexattr_t *attr" -Initialise a mutex with specified attributes. +Initialize a mutex with specified attributes. .It int Fn pthread_mutex_lock "pthread_mutex_t *mutex" Lock a mutex and block until it becomes available. .It int Fn pthread_mutex_trylock "pthread_mutex_t *mutex" |