diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1999-05-14 21:03:23 +0000 | 
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1999-05-14 21:03:23 +0000 | 
| commit | b2e3e4382d76f68d3570c6b1784306c1dfa4ff28 (patch) | |
| tree | 87963a89d42055a67d417ef47ce8015ba38e9c29 /lib | |
| parent | c2a44ea9e06b25ee4c17b55ba4accb97eee9a5bd (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc_r/man/pthread_rwlock_destroy.3 | 4 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_rwlockattr_destroy.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_rwlock_destroy.3 | 4 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_destroy.3 | 4 | 
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_destroy.3 b/lib/libc_r/man/pthread_rwlock_destroy.3 index 74532745dd74..b67a2e7beb0d 100644 --- a/lib/libc_r/man/pthread_rwlock_destroy.3 +++ b/lib/libc_r/man/pthread_rwlock_destroy.3 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id$ +.\"	$Id: pthread_rwlock_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $  .\"  .Dd August 4, 1998  .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -45,7 +45,7 @@ If successful, the  function will return zero.  Otherwise an error number will be returned  to indicate the error.  .Sh SEE ALSO -.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlock_init 3  .Sh STANDARDS  The  .Fn pthread_rwlock_destroy diff --git a/lib/libc_r/man/pthread_rwlockattr_destroy.3 b/lib/libc_r/man/pthread_rwlockattr_destroy.3 index ee3c4054d642..35ac21719e97 100644 --- a/lib/libc_r/man/pthread_rwlockattr_destroy.3 +++ b/lib/libc_r/man/pthread_rwlockattr_destroy.3 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id$ +.\"	$Id: pthread_rwlockattr_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $  .\"  .Dd August 4, 1998  .Dt PTHREAD_RWLOCKATTR_DESTROY 3 @@ -46,7 +46,7 @@ If successful, the  function will return zero.  Otherwise an error number will be returned  to indicate the error.  .Sh SEE ALSO -.Xr pthread_rwlockattr_init 3 , +.Xr pthread_rwlockattr_init 3  .Sh STANDARDS  The  .Fn pthread_rwlockattr_destroy diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3 index 74532745dd74..b67a2e7beb0d 100644 --- a/lib/libpthread/man/pthread_rwlock_destroy.3 +++ b/lib/libpthread/man/pthread_rwlock_destroy.3 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id$ +.\"	$Id: pthread_rwlock_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $  .\"  .Dd August 4, 1998  .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -45,7 +45,7 @@ If successful, the  function will return zero.  Otherwise an error number will be returned  to indicate the error.  .Sh SEE ALSO -.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlock_init 3  .Sh STANDARDS  The  .Fn pthread_rwlock_destroy diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3 index ee3c4054d642..35ac21719e97 100644 --- a/lib/libpthread/man/pthread_rwlockattr_destroy.3 +++ b/lib/libpthread/man/pthread_rwlockattr_destroy.3 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.\"	$Id$ +.\"	$Id: pthread_rwlockattr_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $  .\"  .Dd August 4, 1998  .Dt PTHREAD_RWLOCKATTR_DESTROY 3 @@ -46,7 +46,7 @@ If successful, the  function will return zero.  Otherwise an error number will be returned  to indicate the error.  .Sh SEE ALSO -.Xr pthread_rwlockattr_init 3 , +.Xr pthread_rwlockattr_init 3  .Sh STANDARDS  The  .Fn pthread_rwlockattr_destroy  | 
