summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_rwlockattr_destroy.3
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-05-01 08:03:29 +0000
committermpech <mpech@openbsd.org>2002-05-01 08:03:29 +0000
commitee997aea819580341aee10df113db886cac4a60f (patch)
treebc9dda5eb363d6052f48626ddd3c19b14321f792 /lib/libpthread/man/pthread_rwlockattr_destroy.3
parentChange WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss (diff)
downloadwireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.tar.xz
wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.zip
o) start new sentence on a new line;
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
Diffstat (limited to 'lib/libpthread/man/pthread_rwlockattr_destroy.3')
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_destroy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3
index 90d99791832..34ef04ad608 100644
--- a/lib/libpthread/man/pthread_rwlockattr_destroy.3
+++ b/lib/libpthread/man/pthread_rwlockattr_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.6 2000/04/12 21:48:02 aaron Exp $
+.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -44,8 +44,8 @@ previously created with
.Sh RETURN VALUES
If successful, the
.Fn pthread_rwlockattr_destroy
-function will return zero. Otherwise an error number will be returned
-to indicate the error.
+function will return zero.
+Otherwise an error number will be returned to indicate the error.
.Sh SEE ALSO
.Xr pthread_rwlockattr_init 3
.Sh STANDARDS