Date: Sat, 04 Jan 2020 23:45:11 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 243099] man page for mq_open() should suggest inclusion of <fcntl.h> Message-ID: <bug-243099-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243099 Bug ID: 243099 Summary: man page for mq_open() should suggest inclusion of <fcntl.h> Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: rfg-freebsd@tristatelogic.com CC: doc@FreeBSD.org Users of the standard library mq_open() function will likely need to make use of one or more of the O_* macros mentioned in the relevant man page, e.g. O_CREAT. Unfortunately, the man page for mq_open() only suggest inclusion of the <mqueue.h> system-supplied header file. It should also suggest inclusion of <fcntl.h> which is needed in order to also drag in the various O_* macro definitions. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243099-227>
