aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-11 16:52:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-11 16:52:34 +0100
commit8d8ee1cac3849a59e733775ca2fb1b482a2d5965 (patch)
tree29590835866bb735f7e53fcbeb07fa72ac8b18f8
parent8924f6038748a342fc433ebd6958b4f12d17fc13 (diff)
downloadman-pages-8d8ee1cac3849a59e733775ca2fb1b482a2d5965.tar.gz
recv.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/recv.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/recv.2 b/man2/recv.2
index 9530064297..1d83a02736 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -393,9 +393,9 @@ The messages are of the form:
.nf
struct cmsghdr {
- size_t cmsg_len; /* data byte count, including header */
- int cmsg_level; /* originating protocol */
- int cmsg_type; /* protocol-specific type */
+ size_t cmsg_len; /* Data byte count, including header */
+ int cmsg_level; /* Originating protocol */
+ int cmsg_type; /* Protocol-specific type */
/* followed by
unsigned char cmsg_data[]; */
};