summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_rwlock_rdlock.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
commit6cded4a3fdac7f3bf862d8b64ad4c758b3e691eb (patch)
tree37f96844351314fcf72a22d1983488b1640677e9 /lib/libpthread/man/pthread_rwlock_rdlock.3
parentcda8ef6eceac8f14e649f7944e79a7fa5105d00b (diff)
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_rdlock.3')
-rw-r--r--lib/libpthread/man/pthread_rwlock_rdlock.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3
index 3d038109370..eca23295ce0 100644
--- a/lib/libpthread/man/pthread_rwlock_rdlock.3
+++ b/lib/libpthread/man/pthread_rwlock_rdlock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.3 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.4 2000/03/14 21:31:40 aaron Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -53,7 +53,7 @@ acquire the lock.
The
.Fn pthread_rwlock_tryrdlock
function performs the same action, but does not block if the lock
-cannot be immediately obtained (i.e. the lock is held for writing
+cannot be immediately obtained (i.e., the lock is held for writing
or there are waiting writers).
.Pp
A thread may hold multiple concurrent read locks. If so,