diff options
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_destroy.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_destroy.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3 index 87384dc..4863c90 100644 --- a/lib/libpthread/man/pthread_mutex_destroy.3 +++ b/lib/libpthread/man/pthread_mutex_destroy.3 @@ -69,6 +69,5 @@ is locked by another thread. .Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_destroy -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . |