Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147059043
D17804.id49887.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17804.id49887.diff
View Options
Index: head/share/man/man3/CMSG_DATA.3
===================================================================
--- head/share/man/man3/CMSG_DATA.3
+++ head/share/man/man3/CMSG_DATA.3
@@ -2,7 +2,7 @@
.\" Public domain, July 3, 2005
.\"
.\" $FreeBSD$
-.Dd August 19, 2018
+.Dd November 1, 2018
.Dt CMSG_DATA 3
.Os
.Sh NAME
@@ -50,10 +50,10 @@
.Fa cmsg .
It ensures proper alignment constraints on the beginning of ancillary
data are met.
-.It Fn CMSG_FIRSTHDR mhdr
+.It Fn CMSG_FIRSTHDR msghdr
This routine accesses the first control message attached to the
message
-.Fa msg .
+.Fa msghdr .
If no control messages are attached to the message, this routine
returns
.Dv NULL .
@@ -67,11 +67,11 @@
of each control message.
This routine accounts for any alignment constraints on the beginning of
ancillary data.
-.It Fn CMSG_NXTHDR mhdr cmsg
+.It Fn CMSG_NXTHDR msghdr cmsg
This routine returns the location of the control message following
.Fa cmsg
in the message
-.Fa mhdr .
+.Fa msghdr .
If
.Fa cmsg
is the last control message in the chain, this routine returns
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 11:55 PM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29369277
Default Alt Text
D17804.id49887.diff (1 KB)
Attached To
Mode
D17804: CMSG_DATA(3): Use consistent variable names
Attached
Detach File
Event Timeline
Log In to Comment