aboutsummaryrefslogtreecommitdiffstats
path: root/man3/cmsg.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cmsg.3')
-rw-r--r--man3/cmsg.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/cmsg.3 b/man3/cmsg.3
index f3bda53cda..bd30cd29f1 100644
--- a/man3/cmsg.3
+++ b/man3/cmsg.3
@@ -57,7 +57,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[]; */
};