From 6cded4a3fdac7f3bf862d8b64ad4c758b3e691eb Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 14 Mar 2000 21:31:47 +0000 Subject: 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 :-)). --- lib/libpthread/man/pthread_rwlock_rdlock.3 | 4 ++-- lib/libpthread/man/pthreads.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libpthread') 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, diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 37cb3cdbc12..4e4b1c6822a 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.7 2000/01/06 07:10:16 d Exp $ +.\" $OpenBSD: pthreads.3,v 1.8 2000/03/14 21:31:40 aaron Exp $ .\" David Leonard , 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -107,7 +107,7 @@ or similar. The meaning of thread flags are as follows: .Bl -tag -offset indent -width 3en -compact .It p -Private, system thread (e.g. the garbage collector). +Private, system thread (e.g., the garbage collector). .It E Thread is exiting. .It C -- cgit v1.2.3