Two man pages cross reference an mq_unlink man page: mq_close.2:.Xr mq_unlink 2 mq_open.2:.Xr mq_unlink 3 , But neither mq_unlink.2 nor mq_unlink.3 exist. Given that mq_unlink() is a system call, the latter cross reference should probably be to mq_unlink(2) and not mq_unlink(3), and there should be (but is not) an mq_unlink(2) man page.
Are there any updates?
The mq_unlink(2) page was added in https://cgit.freebsd.org/src/commit/?id=acab1d58befaa8f42930bd62c26558e6005e1c13 I'll fix the refernce in mq_open soon. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3457dbd52b22daee203ba5a5eb4faf7525f5b165 commit 3457dbd52b22daee203ba5a5eb4faf7525f5b165 Author: Fernando ApesteguÃa <fernape@FreeBSD.org> AuthorDate: 2021-02-24 15:20:57 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-03-04 12:32:42 +0000 mq_open(2): Fix xref to mq_unlink(2) mq_unlink(2) was added in acab1d58befaa8f42930bd62c26558e6005e1c13 PR: 215611 Reported by: rwatson@FreeBSD.org Approved by: gbe@ (mentor) Differential Revision: https://reviews.freebsd.org/D28913 lib/libc/sys/mq_open.2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
Fixed. Thanks!