git: 854cd383da63 - stable/15 - pthread_mutex_consistent.3: Fix typo + tag SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:05:00 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=854cd383da6395d80db46a9dfb370cfbf9701910
commit 854cd383da6395d80db46a9dfb370cfbf9701910
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-30 01:08:12 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:41 +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.