aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-06-02 13:46:37 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-06-02 15:39:03 +0000
commit5d36fcc53d3d1c05a3bbac45e9d5409156e216f1 (patch)
treecde9f4ea6a04ef2c2930e0e8c12b64a276184ed9
parent12c590a9abd770f69da3bc0b8adb4955d79357c8 (diff)
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
-rw-r--r--lib/libsys/open.26
1 files changed, 6 insertions, 0 deletions
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