diff options
author | ru <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
commit | 317b7d8e3734808e8ccbde18796cfcfe5a86084f (patch) | |
tree | 7527ff4999f5a053919cc7b9572e06aa34a3ba7c /share/man/man3/pthread_mutex_lock.3 | |
parent | 7cef49ff86d6e8e65a37c6b4e80a3dc140a41617 (diff) | |
download | FreeBSD-src-317b7d8e3734808e8ccbde18796cfcfe5a86084f.zip FreeBSD-src-317b7d8e3734808e8ccbde18796cfcfe5a86084f.tar.gz |
mdoc(7) police: removed HISTORY info from the .Os call.
Diffstat (limited to 'share/man/man3/pthread_mutex_lock.3')
-rw-r--r-- | share/man/man3/pthread_mutex_lock.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3 index 82dfaad..972d277 100644 --- a/share/man/man3/pthread_mutex_lock.3 +++ b/share/man/man3/pthread_mutex_lock.3 @@ -29,7 +29,7 @@ .\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_LOCK 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_mutex_lock .Nd lock a mutex |