From nobody Wed Sep 16 12:10:40 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hlHlj1Kctz6t6v0 for ; Wed, 16 Sep 2026 12:10:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hlHlh6gBZz4YnV for ; Wed, 16 Sep 2026 12:10:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VgjvBpG1pYFIdOyJ5vFa63tmvH+ThAF3wLY1n8mbIOo=; b=ttrE9GMLVVnVhmHpD6gOGL633KB6xcOi56l7Dw6sawfI6siTYvwLKs1DJPg66dR4+tSsPT BbXAYe8aaAsIe0QQ4GeKxTgbNCboKn7KhwWd5GT17/ygLt0xOuEQhQ72QGKdnASlcbEk8t 3dVHMB9QIyCfmysNrv2ErzsSahvPh9lGL6pgsBMlFKwjAsaG8/2OXNQ94L0GRYOJOEIyey GenDtvopmxpLF4UNAZHumLNJz50xyDLBXf9PLwaM9XigbyG+KKF8d+KFpSbcyRFrOrCoew TvBb4eJJTeE37qrzkGkgU8yF7V4TWx8y7GEkWyneyJrcRb6P9fNQLXBgo0B8qQ== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1789560640; b=FDFhceGYEgTWDWssWMlVxVH4nrO/ME2CnYA0iyil3+Hx4Lnk5fDaS84wHtN+QA54cBvTk7 lWcLaEQ/7JEicSfiAYoyt6FUWSAulxOYLHiZiWgbIFJC0nqjzFHVKdxDY2oya8wUeQiC80 6k7RMz0owPcpsiw4vNhK2hCx3G4unaWFA9kJURoyTuCcq3tvH3PiLG2tp0E86ksFB45qFf 5MddxB2F877/Sim8cayBItc0FmO2nZ1FGR2cyn4WvP3bkwZerdI1K5SEJt3jdaO8PFDK4r G7+NUAQ9Ucy/Q6IYLSEN5+OEf4dXuO4GCyYMYJZd3Eha6FAbw1ctRRBLbnmCuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VgjvBpG1pYFIdOyJ5vFa63tmvH+ThAF3wLY1n8mbIOo=; b=ZiGG0onKd6JFpJyyX9zV/ka2Jmxn1BOEAwCoNyuu1e19EwB3jDpLtqkzjutBuuOrBw+O8q Gb0hRkR8AuHuvGnGxiWiFaNg8ou7Qbqg3q+TyNFvLVpT2J8yxbGuU5BQpoCnIiyro4I7vU 4XWqix92YCyR9Uf8uq5i27dk378jKgSFjUWrIjHWedLPg6s7FxZ95raJ89gjl+qgS+y62M /fmar+92dPzGuj5QczB/Hl/xq76KZ+C0jRWtpROf6sf72mrZ+SnEGCFvH0ajWA/mmfawIZ hE2xL7pc8BXcY+Aw8+9UuFZOPa4gkmQWSylUAq7HceRxQpWweXMMw8irnTgsWg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hlHlh5dyNzmdN for ; Wed, 16 Sep 2026 12:10:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 21e10 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 16 Sep 2026 12:10:40 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: 9d0db3ca81eb - stable/14 - pthread_mutex_consistent.3: Fix typo + tag SPDX List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 9d0db3ca81ebbb354c4ead2b0e4e372eb92160ad Auto-Submitted: auto-generated Date: Wed, 16 Sep 2026 12:10:40 +0000 Message-Id: <6aaa8740.21e10.dd29356@gitrepo.freebsd.org> The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=9d0db3ca81ebbb354c4ead2b0e4e372eb92160ad commit 9d0db3ca81ebbb354c4ead2b0e4e372eb92160ad Author: Alexander Ziaee AuthorDate: 2026-08-30 01:08:12 +0000 Commit: Alexander Ziaee CommitDate: 2026-09-16 12:10:26 +0000 pthread_mutex_consistent.3: Fix typo + tag SPDX PR: 298044 MFC after: 3 days (cherry picked from commit ef3e7d4054db562b04669f36f87f385127fbd03e) --- share/man/man3/pthread_mutex_consistent.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man3/pthread_mutex_consistent.3 b/share/man/man3/pthread_mutex_consistent.3 index e22be52ba618..cbd0ef1a385f 100644 --- a/share/man/man3/pthread_mutex_consistent.3 +++ b/share/man/man3/pthread_mutex_consistent.3 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2016 The FreeBSD Foundation .\" .\" This documentation was written by @@ -50,7 +53,7 @@ The when called with the .Fa mutex argument, which points to the initialized robust mutex in an -inconsistent state, marks the by mutex as consistent again. +inconsistent state, marks the mutex as consistent again. The consequent unlock of the mutex, by either .Fn pthread_mutex_unlock or other methods, allows other contenders to lock the mutex.