Date: Fri, 15 Dec 2023 08:50:19 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 243209] man page for mq_open fails to specify all conditions that may cause an [EINVAL] error Message-ID: <bug-243209-9-a5WsE8gDZW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243209-9@https.bugs.freebsd.org/bugzilla/> References: <bug-243209-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243209 unitrunker <unitrunker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unitrunker@gmail.com --- Comment #3 from unitrunker <unitrunker@gmail.com> --- As a follow up, here is another failure scenario for mq_open: the kernel mo= dule is not loaded. Recent versions of FreeBSD made this a loadable module instead of baked into the kernel image. The mq_open man page should reflect this. I think the error code is ENOSYS = or 78 - Function not implemented. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243209-9-a5WsE8gDZW>