public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] recv.2: Document MSG_CMSG_CLOEXEC as returned in msg_flags
@ 2023-07-09 21:33 Matthew House
  2023-07-15 15:36 ` Alejandro Colomar
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew House @ 2023-07-09 21:33 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

Signed-off-by: Matthew House <mattlloydhouse@gmail.com>
---
 man2/recv.2 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/man2/recv.2 b/man2/recv.2
index 660c103fb..0d05d68fe 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -412,6 +412,15 @@ is returned to indicate that expedited or out-of-band data was received.
 .B MSG_ERRQUEUE
 indicates that no data was received but an extended error from the socket
 error queue.
+.TP
+.BR MSG_CMSG_CLOEXEC " (since Linux 2.6.23)"
+.\" commit 4a19542e5f694cd408a32c3d9dc593ba9366e2d7
+indicates that
+.B MSG_CMSG_CLOEXEC
+was specified in
+the
+.I flags
+argument.
 .SH RETURN VALUE
 These calls return the number of bytes received, or \-1
 if an error occurred.
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-18 21:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 21:33 [PATCH] recv.2: Document MSG_CMSG_CLOEXEC as returned in msg_flags Matthew House
2023-07-15 15:36 ` Alejandro Colomar
2023-07-16 23:47   ` [PATCH v2] " Matthew House
2023-07-17 23:10     ` Alejandro Colomar
2023-07-18  6:00       ` Matthew House
2023-07-18 12:03         ` Alejandro Colomar
2023-07-18 17:26           ` [PATCH v3] " Matthew House
2023-07-18 21:39             ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox