Page MenuHomeFreeBSD

MFC r340001 to stable/12
ClosedPublic

Authored by 0mp on Mar 13 2020, 9:54 AM.
Tags
None
Referenced Files
F107661218: D24055.diff
Fri, Jan 17, 8:17 AM
Unknown Object (File)
Dec 4 2024, 1:14 PM
Unknown Object (File)
Sep 29 2024, 3:09 PM
Unknown Object (File)
Sep 18 2024, 3:51 PM
Unknown Object (File)
Sep 7 2024, 2:33 AM
Unknown Object (File)
Sep 5 2024, 12:30 PM
Unknown Object (File)
Sep 2 2024, 8:47 PM
Unknown Object (File)
Sep 1 2024, 2:46 PM
Subscribers

Details

Reviewers
bcr
Group Reviewers
manpages
Commits
rS358952: MFC 340001:
Summary

I do not plan to MFC to stable/11 as this manual page is not there.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29920
Build 27739: arc lint + arc unit

Event Timeline

MFC 340001:

Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D24055

CMSG_DATA(3): Use consistent variable names

The description of CMSG_FIRSTHDR used two variables (mhdr and msg) to
reference the same thing. Use msghdr consistency across the manual page
instead.

Reviewed by:	bcr
Approved by:	krion (mentor, implicit), mat (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D17804
This revision is now accepted and ready to land.Mar 13 2020, 9:57 AM
0mp retitled this revision from <<Replace this line with your revision title> MFC r340001 to stable/12 to MFC r340001 to stable/12.Mar 13 2020, 10:04 AM
This revision was automatically updated to reflect the committed changes.
0mp added a commit: rS358952: MFC 340001:.