[Bug 273230] mq_getfd_np needs a man page

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Aug 2023 15:50:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273230

            Bug ID: 273230
           Summary: mq_getfd_np needs a man page
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: asomers@FreeBSD.org
                CC: doc@FreeBSD.org

The mq_getfd_np function was added in ddce1c3ddbfb773c2ee1343721f4e5bbe07186d0
(SVN r306588) in 2016.  However, it's never had a man page.  It needs one. 
Especially since mq_open2(2) contains this paragraph, which doesn't make sense
if the reader doesn't know about mq_getfd_np:

     FreeBSD implements message queue based on file descriptor.  The
     descriptor is inherited by child after fork(2).  The descriptor is closed
     in a new image after exec(3).  The select(2) and kevent(2) system calls
     are supported for message queue descriptor.

-- 
You are receiving this mail because:
You are on the CC list for the bug.