diff options
author | kib <kib@FreeBSD.org> | 2016-06-04 20:20:14 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-06-04 20:20:14 +0000 |
commit | fb4ba6efe3debfa4c94925cf75edff0b7d47346b (patch) | |
tree | c32717640a7b3dde684225bb2251b12f4bf34db6 /lib/libthr | |
parent | e62e1c44622d4598d700c7a031e1b7d7feeb5a5a (diff) | |
download | FreeBSD-src-fb4ba6efe3debfa4c94925cf75edff0b7d47346b.zip FreeBSD-src-fb4ba6efe3debfa4c94925cf75edff0b7d47346b.tar.gz |
Fix markup.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/libthr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3 index 8b3f9cc..6828a6e 100644 --- a/lib/libthr/libthr.3 +++ b/lib/libthr/libthr.3 @@ -234,7 +234,7 @@ installs interposing handlers into the hooks exported by .Li libc . The interposers provide real locking implementation instead of the stubs for single-threaded processes in -.Li , +.Li libc , cancellation support and some modifications to the signal operations. .Pp .Nm |