summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_mutex_lock.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
committerwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
commitba587118af62d6d2113f1eab45bfb00a0caae7c1 (patch)
tree92dad12b68c15fcb0aad70e6806555b9df43fad5 /lib/libpthread/pthread_mutex_lock.3
parent3c3799a827593f01541ce3ed6e56cd0a0f92e8fc (diff)
Drop trailing whitespace.
Diffstat (limited to 'lib/libpthread/pthread_mutex_lock.3')
-rw-r--r--lib/libpthread/pthread_mutex_lock.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_mutex_lock.3 b/lib/libpthread/pthread_mutex_lock.3
index 55217ce9fd4..9d3358a3bed 100644
--- a/lib/libpthread/pthread_mutex_lock.3
+++ b/lib/libpthread/pthread_mutex_lock.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_mutex_lock.3,v 1.3 2003/07/01 10:23:53 wiz Exp $
+.\" $NetBSD: pthread_mutex_lock.3,v 1.4 2003/07/04 08:36:06 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -87,7 +87,7 @@ will not block waiting for the mutex, but will return an error condition.
.Sh RETURN VALUES
If successful,
.Fn pthread_mutex_lock
-and
+and
.Fn pthread_mutex_trylock
will return zero, otherwise an error number will be returned to
indicate the error.
@@ -126,7 +126,7 @@ is invalid.
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_lock
-and
+and
.Fn pthread_mutex_trylock
conform to
.St -p1003.1-96 .