diff options
author | ru <ru@FreeBSD.org> | 2003-10-02 19:19:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-10-02 19:19:07 +0000 |
commit | 835c0f8d8c3c988ae507c0f509f543dc79f7c1dd (patch) | |
tree | ba6c7306c493267f0785ad296a0a21d0d75d9ecc /lib | |
parent | db34f4c8e657cbc48cf831fa4b7cd9dc7a397b5e (diff) | |
download | FreeBSD-src-835c0f8d8c3c988ae507c0f509f543dc79f7c1dd.zip FreeBSD-src-835c0f8d8c3c988ae507c0f509f543dc79f7c1dd.tar.gz |
Correct the library name.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_attr_get_np.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_attr_get_np.3 b/lib/libpthread/man/pthread_attr_get_np.3 index 82e1065..ac3dfcb 100644 --- a/lib/libpthread/man/pthread_attr_get_np.3 +++ b/lib/libpthread/man/pthread_attr_get_np.3 @@ -31,7 +31,7 @@ .Nm pthread_attr_get_np .Nd get attributes of existent thread .Sh LIBRARY -.Lb libc_r +.Lb libpthread .Sh SYNOPSIS .In pthread_np.h .Ft int |