diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
commit | c8cd1c858c9c9b8dce30debd95cbed250972866f (patch) | |
tree | f98f1e7fd4bc6d58f68ba7fd6acc2a181c49f441 /lib/libpthread/man/pthread_mutex_init.3 | |
parent | 2655c98305a37afcd45ed9766926094d75248edb (diff) | |
download | FreeBSD-src-c8cd1c858c9c9b8dce30debd95cbed250972866f.zip FreeBSD-src-c8cd1c858c9c9b8dce30debd95cbed250972866f.tar.gz |
Introduce .Lb macro to libc_r manpages.
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 926b034..ba19e3b 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -33,6 +33,8 @@ .Sh NAME .Nm pthread_mutex_init .Nd create a mutex +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <pthread.h> .Ft int |