diff options
| author | wiz <wiz@NetBSD.org> | 2003-07-04 08:36:06 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-07-04 08:36:06 +0000 |
| commit | ba587118af62d6d2113f1eab45bfb00a0caae7c1 (patch) | |
| tree | 92dad12b68c15fcb0aad70e6806555b9df43fad5 /lib/libpthread/pthread_mutexattr.3 | |
| parent | 3c3799a827593f01541ce3ed6e56cd0a0f92e8fc (diff) | |
Drop trailing whitespace.
Diffstat (limited to 'lib/libpthread/pthread_mutexattr.3')
| -rw-r--r-- | lib/libpthread/pthread_mutexattr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_mutexattr.3 b/lib/libpthread/pthread_mutexattr.3 index c8b26bebb4d..57b09a02168 100644 --- a/lib/libpthread/pthread_mutexattr.3 +++ b/lib/libpthread/pthread_mutexattr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutexattr.3,v 1.2 2003/06/08 06:44:32 thorpej Exp $ +.\" $NetBSD: pthread_mutexattr.3,v 1.3 2003/07/04 08:36:06 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -118,7 +118,7 @@ is .Dv PTHREAD_MUTEX_DEFAULT . .Pp .Dv PTHREAD_MUXEX_NORMAL -mutexes do not check for usage errors. +mutexes do not check for usage errors. .Dv PTHREAD_MUTEX_NORMAL mutexes will deadlock if reentered, and result in undefined behavior if a locked mutex is unlocked by another thread. Attempts to unlock an already @@ -222,7 +222,7 @@ is invalid. .\" .Pp .Pp .Fn pthread_mutexattr_destroy , -.Fn pthread_mutexattr_settype , +.Fn pthread_mutexattr_settype , and .Fn pthread_mutexattr_gettype may fail if: |
