[Bug 243099] man page for mq_open() should suggest inclusion of <fcntl.h>

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 4 23:45:12 UTC 2020


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 at FreeBSD.org
          Reporter: rfg-freebsd at tristatelogic.com
                CC: doc at 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 on the CC list for the bug.


More information about the freebsd-doc mailing list