Actions
Bug #4705
closedfork(2): See "MT-Level of Libraries"
Start date:
2014-03-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
This is in the fork(2) man page:
fork1(), or forkx(). See "MT-Level of Libraries" on the attributes(5) manual page.
The problem is that in the attributes(5) man page there is no section named "MT-Level of Libraries". There is just "MT-Level" section there.
MT-Level Libraries are classified into categories that define their ability to support multiple threads. Manual pages containing functions that are of multiple or differing levels describe this in their NOTES or USAGE section.
Either (or both) fork(2) and/or attributes(5) man page should be fixed.
Updated by Robert Mustacchi almost 3 years ago
- Assignee set to Robert Mustacchi
- Tags deleted (
needs-triage)
Updated by Robert Mustacchi almost 3 years ago
I tested the change by looking at the updated manual page with man(1M).
Updated by Electric Monk almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 889229bb296dd6f2b73fa6bb3247c58a71282836
commit 889229bb296dd6f2b73fa6bb3247c58a71282836 Author: Robert Mustacchi <rm@joyent.com> Date: 2019-08-20T18:38:59.000Z 4705 fork(2): See "MT-Level of Libraries" Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions