Date: Sat, 4 Jun 2016 20:20:14 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301412 - in head/lib: libc/sys libthr Message-ID: <201606042020.u54KKEwo023961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Sat Jun 4 20:20:14 2016 New Revision: 301412 URL: https://svnweb.freebsd.org/changeset/base/301412 Log: Fix markup. Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/sys/_umtx_op.2 head/lib/libthr/libthr.3 Modified: head/lib/libc/sys/_umtx_op.2 ============================================================================== --- head/lib/libc/sys/_umtx_op.2 Sat Jun 4 19:58:01 2016 (r301411) +++ head/lib/libc/sys/_umtx_op.2 Sat Jun 4 20:20:14 2016 (r301412) @@ -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 Modified: head/lib/libthr/libthr.3 ============================================================================== --- head/lib/libthr/libthr.3 Sat Jun 4 19:58:01 2016 (r301411) +++ head/lib/libthr/libthr.3 Sat Jun 4 20:20:14 2016 (r301412) @@ -234,7 +234,7 @@ installs interposing handlers into the h .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606042020.u54KKEwo023961>