[Bug 298044] typo in pthread_mutex_cons istent(3) man page (“marks the by mutex”)
| Newsgroups | gmane.os.freebsd.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=298044
Bug ID: 298044
Summary: typo in pthread_mutex_consistent(3) man page (“marks
the by mutex”)
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
In the DESCRIPTION section of pthread_mutex_consistent(3):
The pthread_mutex_consistent(), when called with the mutex argument,
which
points to the initialized robust mutex in an inconsistent state, marks
the
by mutex as consistent again.
"marks the by mutex" appears to be a typo. It has been present since the
original commit that introduced the page:
https://cgit.freebsd.org/src/commit/?id=2a339d9e3dc1
Suggested fix:
… marks the mutex as consistent again.
--
You are receiving this mail because:
You are the assignee for the bug.