recv.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-11 16:52:34 +01:00
parent 8924f60387
commit 8d8ee1cac3
1 changed files with 3 additions and 3 deletions

View File

@ -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[]; */
};