From owner-svn-src-all@freebsd.org Sat Jun 4 20:20:15 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7309AB6A452; Sat, 4 Jun 2016 20:20:15 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4052E198B; Sat, 4 Jun 2016 20:20:15 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u54KKEOg023963; Sat, 4 Jun 2016 20:20:14 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u54KKEwo023961; Sat, 4 Jun 2016 20:20:14 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201606042020.u54KKEwo023961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Sat, 4 Jun 2016 20:20:14 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 20:20:15 -0000 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