| Summary: | man page loader.8 default size for kern.msgbufsize | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | jo | ||||
| Component: | Manual Pages | Assignee: | Mateusz Piotrowski <0mp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | 0mp, doc | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
The error dates to 2011: r226090. A commit references this bug: Author: 0mp Date: Fri Oct 2 15:37:52 UTC 2020 New revision: 366364 URL: https://svnweb.freebsd.org/changeset/base/366364 Log: Correct the documented size of kern.msgbufsize The correct value is 96KB after r226090. PR: 249971 Submitted by: johannes@jo-t.de MFC after: 3 days Changes: head/stand/man/loader.8 Thanks a lot for the patch! A commit references this bug: Author: 0mp Date: Mon Oct 5 01:26:35 UTC 2020 New revision: 366436 URL: https://svnweb.freebsd.org/changeset/base/366436 Log: MFC r366364: Correct the documented size of kern.msgbufsize The correct value is 96KB after r226090. PR: 249971 Submitted by: johannes@jo-t.de Changes: _U stable/12/ stable/12/stand/man/loader.8 A commit references this bug: Author: 0mp Date: Mon Oct 5 01:27:18 UTC 2020 New revision: 366437 URL: https://svnweb.freebsd.org/changeset/base/366437 Log: MFC r366364: Correct the documented size of kern.msgbufsize The correct value is 96KB after r226090. PR: 249971 Submitted by: johannes@jo-t.de Changes: _U stable/11/ stable/11/stand/man/loader.8 |
Created attachment 218393 [details] manpage patch loader.8 says the default for kern.msgbufsize is 64k. But actual source code says the default is 96k (see sys/sys/msgbuf.h) Simple update to the man page.