aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/recv.2
diff options
context:
space:
mode:
authorRicardo Branco <rbranco@suse.de>2025-05-17 17:10:19 +0000
committerMark Johnston <markj@FreeBSD.org>2025-07-06 23:08:41 +0000
commitefadb5c2a908a08e98f917ef6e6e65c73e8d04af (patch)
treeedb28e3d8e76074c0b808851e447bc36141fba51 /lib/libsys/recv.2
parent971f738679e2e57114366c0f69af99e07150f1ff (diff)
Diffstat (limited to 'lib/libsys/recv.2')
-rw-r--r--lib/libsys/recv.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsys/recv.2 b/lib/libsys/recv.2
index f3ee60b75663..b78cd70b8a1d 100644
--- a/lib/libsys/recv.2
+++ b/lib/libsys/recv.2
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 30, 2022
+.Dd May 17, 2025
.Dt RECV 2
.Os
.Sh NAME
@@ -164,6 +164,7 @@ one or more of the values:
.It Dv MSG_WAITALL Ta wait for full request or error
.It Dv MSG_DONTWAIT Ta do not block
.It Dv MSG_CMSG_CLOEXEC Ta set received fds close-on-exec
+.It Dv MSG_CMSG_CLOFORK Ta set received fds close-on-fork
.It Dv MSG_WAITFORONE Ta do not block after receiving the first message
(only for
.Fn recvmmsg