diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-18 13:06:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-18 13:06:34 +0000 |
commit | 65e3b1f91d4b31944e8579d38ccab9f7456a07ce (patch) | |
tree | a8ae56eafeb40c241cd6548a65afae78ea665aec /lib/libpthread/man/pthread_rwlock_wrlock.3 | |
parent | 239db48f259a5e8b9b9a27f64dd48d26c75c52ab (diff) |
- typos
- new sentence, new line
- clean up .Xrs
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_wrlock.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_wrlock.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3 index 31ce3902bc9..bb9eb316597 100644 --- a/lib/libpthread/man/pthread_rwlock_wrlock.3 +++ b/lib/libpthread/man/pthread_rwlock_wrlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.4 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.5 2003/05/18 13:06:33 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -57,12 +57,10 @@ If successful, the .Fn pthread_rwlock_wrlock and .Fn pthread_rwlock_trywrlock -functions will return zero. Otherwise an error number will be returned -to indicate the error. +functions will return zero. +Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO -.Xr pthread_rwlock_trywrlock 3 , -.Xr pthread_rwlock_unlock 3 , -.Xr pthread_rwlock_wrlock 3 +.Xr pthread_rwlock_unlock 3 .Sh STANDARDS The .Fn pthread_rwlock_wrlock |