The branch main has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3457dbd52b22daee203ba5a5eb4faf7525f5b165
commit 3457dbd52b22daee203ba5a5eb4faf7525f5b165 Author: Fernando Apesteguía <fern...@freebsd.org> AuthorDate: 2021-02-24 15:20:57 +0000 Commit: Fernando Apesteguía <fern...@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: rwat...@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(-) diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2 index a810ee01cc18..4f1f98e010a5 100644 --- a/lib/libc/sys/mq_open.2 +++ b/lib/libc/sys/mq_open.2 @@ -297,9 +297,9 @@ There is insufficient space for the creation of the new message queue. .Xr mq_receive 2 , .Xr mq_send 2 , .Xr mq_setattr 2 , +.Xr mq_unlink 2 , .Xr mq_timedreceive 3 , .Xr mq_timedsend 3 , -.Xr mq_unlink 3 , .Xr mqueuefs 5 .Sh STANDARDS The @@ -307,9 +307,7 @@ The system call conforms to .St -p1003.1-2004 . .Sh HISTORY -Support for -.Tn POSIX -message queues first appeared in +Support for POSIX message queues first appeared in .Fx 7.0 . .Sh BUGS This implementation places strict requirements on the value of _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"