Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 12:36:58 GMT
From:      Fernando Apesteguía <fernape@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3457dbd52b22 - main - mq_open(2): Fix xref to mq_unlink(2)
Message-ID:  <202103041236.124CawkY045689@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103041236.124CawkY045689>