diff options
| author | Ricardo Branco <rbranco@suse.de> | 2025-05-17 17:10:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-07-06 23:08:41 +0000 |
| commit | efadb5c2a908a08e98f917ef6e6e65c73e8d04af (patch) | |
| tree | edb28e3d8e76074c0b808851e447bc36141fba51 /lib/libsys/recv.2 | |
| parent | 971f738679e2e57114366c0f69af99e07150f1ff (diff) | |
Diffstat (limited to 'lib/libsys/recv.2')
| -rw-r--r-- | lib/libsys/recv.2 | 3 |
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 |
