Bug 249971

Summary: man page loader.8 default size for kern.msgbufsize
Product: Documentation Reporter: jo
Component: Manual PagesAssignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: 0mp, doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
manpage patch none

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