Bug 249971 - man page loader.8 default size for kern.msgbufsize
Summary: man page loader.8 default size for kern.msgbufsize
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-29 00:17 UTC by jo
Modified: 2020-10-05 01:27 UTC (History)
2 users (show)

See Also:


Attachments
manpage patch (495 bytes, patch)
2020-09-29 00:17 UTC, jo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jo 2020-09-29 00:17:26 UTC
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.
Comment 1 Conrad Meyer freebsd_committer freebsd_triage 2020-09-30 00:29:34 UTC
The error dates to 2011: r226090.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-02 15:38:40 UTC
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
Comment 3 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-10-02 15:38:52 UTC
Thanks a lot for the patch!
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-10-05 01:26:43 UTC
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
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-10-05 01:27:45 UTC
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