diff options
-rw-r--r-- | lib/libc/sys/_umtx_op.2 | 2 | ||||
-rw-r--r-- | 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 bd4ad3b..6350999 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 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 |