]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2008 13:00:11 +0000 (13:00 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2008 13:00:11 +0000 (13:00 +0000)
man3/cmsg.3

index 2ae73ddcd4a19cd3da31d682647f2ffa50a2c567..fd2542af9bfd7df316dbacc90641644c34f3afe0 100644 (file)
@@ -80,11 +80,11 @@ returns the number of bytes an ancillary element with payload of the
 passed data length occupies.
 This is a constant expression.
 .PP
-.B CMSG_DATA
+.BR CMSG_DATA ()
 returns a pointer to the data portion of a
 .IR cmsghdr .
 .PP
-.B CMSG_LEN
+.BR CMSG_LEN ()
 returns the value to store in the
 .I cmsg_len
 member of the
@@ -105,7 +105,7 @@ Use
 on the
 .I msghdr
 to get the first control message and
-.B CMSG_NEXTHDR
+.BR CMSG_NEXTHDR ()
 to get all subsequent ones.
 In each control message, initialize
 .I cmsg_len
@@ -137,7 +137,7 @@ member of the
 .SH "CONFORMING TO"
 This ancillary data model conforms to the POSIX.1g draft, 4.4BSD-Lite,
 the IPv6 advanced API described in RFC\ 2292 and the SUSv2.
-.B CMSG_ALIGN
+.BR CMSG_ALIGN ()
 is a Linux extension.
 .SH NOTES
 For portability, ancillary data should be accessed only using the macros
@@ -146,8 +146,8 @@ described here.
 is a Linux extension and should be not used in portable programs.
 .PP
 In Linux,
-.BR CMSG_LEN ,
-.BR CMSG_DATA ,
+.BR CMSG_LEN (),
+.BR CMSG_DATA (),
 and
 .BR CMSG_ALIGN ()
 are constant expressions (assuming their argument is constant);