aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-11 16:53:52 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-11 16:53:52 +0100
commit4ecc4f795fb0a65a51b754d9fe778465c14665d2 (patch)
treea78560213902d947a4a21183a2ca1daae06329d8
parent8d8ee1cac3849a59e733775ca2fb1b482a2d5965 (diff)
downloadman-pages-4ecc4f795fb0a65a51b754d9fe778465c14665d2.tar.gz
cmsg.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/cmsg.39
1 files changed, 5 insertions, 4 deletions
diff --git a/man3/cmsg.3 b/man3/cmsg.3
index f97333fb80..732b68a1b4 100644
--- a/man3/cmsg.3
+++ b/man3/cmsg.3
@@ -28,10 +28,11 @@ CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data
.sp
.nf
struct cmsghdr {
- 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[]; */
+ 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[]; */
};
.fi
.SH DESCRIPTION