diff options
author | ru <ru@FreeBSD.org> | 2005-06-16 19:01:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-16 19:01:07 +0000 |
commit | 7cec11495247676e23c6a9186b2eeba3b5032c61 (patch) | |
tree | fa5a6835c488fd780a02d169e0e2d982514ba7f6 /lib/libthr | |
parent | 1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48 (diff) | |
download | FreeBSD-src-7cec11495247676e23c6a9186b2eeba3b5032c61.zip FreeBSD-src-7cec11495247676e23c6a9186b2eeba3b5032c61.tar.gz |
Markup fixes.
Approved by: re
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/libthr.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3 index 2133ccb..356edd9 100644 --- a/lib/libthr/libthr.3 +++ b/lib/libthr/libthr.3 @@ -48,14 +48,18 @@ as they can then use .Xr libmap.conf 5 to select the threading implementation on a per-application basis. .Pp +The .Nm +library has been optimized for use by applications expecting system scope thread semantics, and can provide significant performance improvements. .Sh SEE ALSO -.Xr pthread 3 , +.Xr pthread 3 .Sh AUTHORS .An -nosplit +The .Nm +library was originally created by .An "Jeff Roberson" Aq jeff@FreeBSD.org , and enhanced by @@ -64,4 +68,3 @@ and .An "Mike Makonnen" Aq mtm@FreeBSD.org . It has been substantially rewritten and optimized by .An "David Xu" Aq davidxu@FreeBSD.org . -.An -split |