Sync manpage malloc.9 with reality (disregarding M_LAST). Notice it shows up in sysctl kern.malloc.kmemnames as "log".
Best Regards, -peter Index: malloc.9 =================================================================== RCS file: /cvs/src/share/man/man9/malloc.9,v retrieving revision 1.68 diff -u -p -u -r1.68 malloc.9 --- malloc.9 3 Feb 2022 17:18:22 -0000 1.68 +++ malloc.9 17 Mar 2023 14:30:36 -0000 @@ -173,6 +173,8 @@ VFS mount structs. NFS request headers. .It Dv M_NFSMNT NFS mount structures. +.It Dv M_LOG +Messages in kernel log stash. .It Dv M_VNODE Dynamically allocated vnodes. .It Dv M_DQUOT