Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 21:38:08 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8dff6ae8591b - stable/13 - [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too.
Message-ID:  <202110072138.197Lc80U016954@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=8dff6ae8591b07e15ca52512c8844a834d2d94b0

commit 8dff6ae8591b07e15ca52512c8844a834d2d94b0
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-08-10 13:29:06 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-10-07 21:37:41 +0000

    [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too.
    
    MFC after:      2 weeks
    Reviewed By:    dchagin
    Differential Revision: https://reviews.freebsd.org/D31456
    
    (cherry picked from commit 518e697f2accf3769dc986e254a4c79db7ec5a06)
---
 share/man/man4/unix.4 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index bfce382456ef..cae33f9e8710 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -28,7 +28,7 @@
 .\"     @(#)unix.4	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd November 9, 2020
+.Dd August 7, 2021
 .Dt UNIX 4
 .Os
 .Sh NAME
@@ -348,6 +348,8 @@ Requested via
 .Xr getsockopt 2
 on a
 .Dv SOCK_STREAM
+or
+.Dv SOCK_SEQPACKET
 socket returns credentials of the remote side.
 These will arrive in the form of a filled in
 .Vt xucred



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