git: ef3e7d4054db - main - pthread_mutex_consistent.3: Fix typo + tag SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Aug 2026 01:12:53 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=ef3e7d4054db562b04669f36f87f385127fbd03e
commit ef3e7d4054db562b04669f36f87f385127fbd03e
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-30 01:08:12 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-30 01:10:39 +0000
pthread_mutex_consistent.3: Fix typo + tag SPDX
PR: 298044
MFC after: 3 days
---
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.