From 7d6906b8043ed814843a4ee2a5bfd46c4775b8ad Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 4 Jun 2016 20:20:14 +0000 Subject: [PATCH] Fix markup. Sponsored by: The FreeBSD Foundation --- lib/libc/sys/_umtx_op.2 | 2 +- lib/libthr/libthr.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/_umtx_op.2 b/lib/libc/sys/_umtx_op.2 index bd4ad3be770..63509991ad2 100644 --- a/lib/libc/sys/_umtx_op.2 +++ b/lib/libc/sys/_umtx_op.2 @@ -472,7 +472,7 @@ read of the umutex memory faults .It the list length limit described in .Xr libthr 3 - is reached. +is reached. .El .Pp Every mutex in both lists is unlocked as if the diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3 index 8b3f9ccb621..6828a6e7d43 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