svn commit: r301412 - in head/lib: libc/sys libthr

Konstantin Belousov kib at FreeBSD.org
Sat Jun 4 20:20:15 UTC 2016


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


More information about the svn-src-all mailing list