From owner-dev-commits-src-all@freebsd.org Thu Mar 4 12:36:58 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90F6156FF60; Thu, 4 Mar 2021 12:36:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Drr3G3kkhz3Qfk; Thu, 4 Mar 2021 12:36:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 730E51CE64; Thu, 4 Mar 2021 12:36:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 124CawPY045690; Thu, 4 Mar 2021 12:36:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 124CawkY045689; Thu, 4 Mar 2021 12:36:58 GMT (envelope-from git) Date: Thu, 4 Mar 2021 12:36:58 GMT Message-Id: <202103041236.124CawkY045689@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Fernando Apesteguía Subject: git: 3457dbd52b22 - main - mq_open(2): Fix xref to mq_unlink(2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3457dbd52b22daee203ba5a5eb4faf7525f5b165 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 12:36:58 -0000 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 AuthorDate: 2021-02-24 15:20:57 +0000 Commit: Fernando Apesteguía 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