Bug 257984 - pthread_create(3) refers to racct(2) which does not exist
Summary: pthread_create(3) refers to racct(2) which does not exist
Status: Open
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Eric van Gyzen
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2021-08-21 13:14 UTC by Karlo Miličević
Modified: 2021-11-24 11:03 UTC (History)
3 users (show)

See Also:


Attachments
pthread_create(3) patch (617 bytes, patch)
2021-09-20 00:11 UTC, Felix Johnson
no flags Details | Diff
thr_new(2) patch (626 bytes, patch)
2021-09-20 00:12 UTC, Felix Johnson
no flags Details | Diff
Document rctl(4) sysctls (1.44 KB, patch)
2021-09-20 00:12 UTC, Felix Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karlo Miličević 2021-08-21 13:14:34 UTC
In 'man 3 pthread_create' under section 'SEE ALSO' racct(2) page is referred to but it does not exist.

The problem also exists on the web version: https://www.freebsd.org/cgi/man.cgi?pthread_create
Comment 1 Felix Johnson freebsd_triage 2021-09-20 00:11:04 UTC
Created attachment 228025 [details]
pthread_create(3) patch

Change reference from racct(2) to rctl(8). There is no racct(2) man page.
Comment 2 Felix Johnson freebsd_triage 2021-09-20 00:12:00 UTC
Created attachment 228026 [details]
thr_new(2) patch

Replace references to racct(2) with rctl(8). There is no racct(2) man page.
Comment 3 Felix Johnson freebsd_triage 2021-09-20 00:12:44 UTC
Created attachment 228027 [details]
Document rctl(4) sysctls

Document rctl(4) sysctls.