aboutsummaryrefslogtreecommitdiffstats
path: root/man2/recv.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/recv.2')
-rw-r--r--man2/recv.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/recv.2 b/man2/recv.2
index 327748d9f0..f0d48fccfc 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -382,7 +382,7 @@ struct cmsghdr {
size_t cmsg_len; /* Data byte count, including header
(type is socklen_t in POSIX) */
int cmsg_level; /* Originating protocol */
- int cmsg_type; /* Protocol-specific type */
+ int cmsg_type; /* Protocol\-specific type */
/* followed by
unsigned char cmsg_data[]; */
};