aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_once.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 15:50:29 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 15:50:29 +0000
commitd8a7868820265181ac2d938dcbcc10c3f199d583 (patch)
tree185c512bd542a720c71bdf9997b27e0095d20ad0 /lib/libc_r/man/pthread_once.3
parentefa90abcbe39e7fc0da4ef2bcc35422c351a9bda (diff)
Introduce .Lb macro to libc_r manpages.
Notes
Notes: svn path=/head/; revision=59501
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r--lib/libc_r/man/pthread_once.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3
index 8cd894abbd19..af203fc31a2d 100644
--- a/lib/libc_r/man/pthread_once.3
+++ b/lib/libc_r/man/pthread_once.3
@@ -36,6 +36,8 @@
.Sh NAME
.Nm pthread_once
.Nd dynamic package initialization
+.Sh LIBRARY
+.Lb libc_r
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Pp