Replace them with references to Git.
PR: 254937
Reported by: m.bueker@berlin.de
Testing:
- mandoc -Tlint clean
- igor clean
- aspell happy
- man ./build.7 renders the page properly
Differential D29949 Authored by fernape on Apr 23 2021, 5:06 PM.
Details Summary Replace them with references to Git. PR: 254937 Testing:
Diff Detail
Event TimelineHerald added a reviewer: manpages. · View Herald TranscriptApr 23 2021, 5:06 PM2021-04-23 17:06:19 (UTC+0) Harbormaster completed remote builds in B38832: Diff 88052.Apr 23 2021, 5:06 PM2021-04-23 17:06:19 (UTC+0) fernape edited the summary of this revision. (Show Details)Apr 23 2021, 5:07 PM2021-04-23 17:07:54 (UTC+0) freebsd_igalic.co added a subscriber: freebsd_igalic.co.Apr 23 2021, 5:14 PM2021-04-23 17:14:03 (UTC+0) freebsd_igalic.co added inline comments.
This revision now requires changes to proceed.Apr 26 2021, 8:06 PM2021-04-26 20:06:54 (UTC+0) Harbormaster completed remote builds in B38875: Diff 88201.Apr 26 2021, 8:51 PM2021-04-26 20:51:38 (UTC+0) This revision now requires changes to proceed.Apr 27 2021, 12:12 PM2021-04-27 12:12:01 (UTC+0) Harbormaster completed remote builds in B38908: Diff 88317.Apr 28 2021, 1:39 PM2021-04-28 13:39:19 (UTC+0) This revision is now accepted and ready to land.Apr 28 2021, 2:14 PM2021-04-28 14:14:31 (UTC+0) Closed by commit rGe444a4c677ee: build(7): fix references to svn(1) and svnlite(1) (authored by fernape). · Explain WhyApr 28 2021, 2:42 PM2021-04-28 14:42:18 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88201 share/man/man7/build.7
|
I think a_addr and a_mask should be struct sockaddr_strorage, not sockaddr. While sizeof(sockaddr) can be equal to sizeof(sockaddr_in), sizeof(sockaddr_in6) is always longer.