mq_open(2): Fix xref to mq_unlink(2)

mq_unlink(2) was added in acab1d58be

PR: 215611
Reported by: rwatson@FreeBSD.org
Approved by: gbe@ (mentor)
Differential Revision:	https://reviews.freebsd.org/D28913
This commit is contained in:
Fernando Apesteguía 2021-02-24 16:20:57 +01:00
parent 5ac70383c8
commit 3457dbd52b

View File

@ -297,9 +297,9 @@ There is insufficient space for the creation of the new message queue.
.Xr mq_receive 2 , .Xr mq_receive 2 ,
.Xr mq_send 2 , .Xr mq_send 2 ,
.Xr mq_setattr 2 , .Xr mq_setattr 2 ,
.Xr mq_unlink 2 ,
.Xr mq_timedreceive 3 , .Xr mq_timedreceive 3 ,
.Xr mq_timedsend 3 , .Xr mq_timedsend 3 ,
.Xr mq_unlink 3 ,
.Xr mqueuefs 5 .Xr mqueuefs 5
.Sh STANDARDS .Sh STANDARDS
The The
@ -307,9 +307,7 @@ The
system call conforms to system call conforms to
.St -p1003.1-2004 . .St -p1003.1-2004 .
.Sh HISTORY .Sh HISTORY
Support for Support for POSIX message queues first appeared in
.Tn POSIX
message queues first appeared in
.Fx 7.0 . .Fx 7.0 .
.Sh BUGS .Sh BUGS
This implementation places strict requirements on the value of This implementation places strict requirements on the value of