The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5d36fcc53d3d1c05a3bbac45e9d5409156e216f1
commit 5d36fcc53d3d1c05a3bbac45e9d5409156e216f1 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-06-02 13:46:37 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-06-02 15:39:03 +0000 open.2: document O_PATH behavior for bindat/connectat Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D57370 --- lib/libsys/open.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libsys/open.2 b/lib/libsys/open.2 index 4527100252eb..defc593b15ce 100644 --- a/lib/libsys/open.2 +++ b/lib/libsys/open.2 @@ -447,6 +447,11 @@ The other functionality of the returned file descriptor is limited to the following descriptor-level operations: .Pp .Bl -tag -width __acl_aclcheck_fd -offset indent -compact +.It Xr bindat 2 +for unix domain socket +.Pq see Xr unix 4 +.It Xr connectat 2 +for unix domain socket .It Xr fcntl 2 but advisory locking is not allowed .It Xr dup 2 @@ -836,6 +841,7 @@ directory or named attribute. .Xr write 2 , .Xr fopen 3 , .Xr capsicum 4 , +.Xr unix 4 , .Xr named_attribute 7 .Sh STANDARDS These functions are specified by
