Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 06:49:57 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 05d562a4e53e - stable/13 - getpeerid.3: Clarify the 's' argument
Message-ID:  <202311210649.3AL6nvUk060020@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=05d562a4e53e6c808949591d10b4b94fd0898eeb

commit 05d562a4e53e6c808949591d10b4b94fd0898eeb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-11-18 09:02:12 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-11-21 06:49:47 +0000

    getpeerid.3: Clarify the 's' argument
    
    The argument 's' of getpeerid(3) must be a connected UNIX-domain socket,
    so document it.
    
    PR:     248614
    Differential Revision:  https://reviews.freebsd.org/D42629
    
    (cherry picked from commit fa9f74220146233b7224da7c94870540dc39ae68)
---
 lib/libc/gen/getpeereid.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/gen/getpeereid.3 b/lib/libc/gen/getpeereid.3
index 204dec041d8f..8e3b763f716a 100644
--- a/lib/libc/gen/getpeereid.3
+++ b/lib/libc/gen/getpeereid.3
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 28, 2022
+.Dd November 16, 2023
 .Dt GETPEEREID 3
 .Os
 .Sh NAME
@@ -44,7 +44,7 @@ peer connected to a
 socket.
 The argument
 .Fa s
-must be a
+must be a connected
 .Ux Ns -domain
 socket
 .Pq Xr unix 4



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