Page MenuHomeFreeBSD

Add an iflib manpage to section 4
ClosedPublic

Authored by shurd on Aug 27 2018, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 9:38 AM
Unknown Object (File)
Mon, Sep 22, 2:09 AM
Unknown Object (File)
Thu, Sep 18, 10:54 AM
Unknown Object (File)
Sep 10 2025, 6:04 AM
Unknown Object (File)
Sep 8 2025, 6:30 PM
Unknown Object (File)
Sep 6 2025, 6:14 PM
Unknown Object (File)
Aug 12 2025, 6:43 PM
Unknown Object (File)
Aug 2 2025, 4:07 PM
Subscribers

Details

Summary

Initial cut of an iflib(4) manpage. For now, just a place
to document tunable and statistic sysctls.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I wish there was a previewer for these...

Can you run textproc/igor for the line breaks in the man page and possibly other errors? mandoc -Tlint would also be great.

Thanks!

share/man/man4/iflib.4
16 ↗(On Diff #47346)

There needs to be a line break after a sentence stop.

87 ↗(On Diff #47346)

Another line break is needed here after the sentence stop.

89 ↗(On Diff #47346)

Another line break here...

108 ↗(On Diff #47346)

Line break is needed here after the sentence stop.

Run through igor and mandoc -Tlint

I still get a style warning, presumably because the prefix ends with a
period.

mandoc: man4/iflib.4:27:18: STYLE: no blank before trailing delimiter: Va dev.X.Y.iflib.

I think that's fine in this case. Thanks for the updates.

This revision is now accepted and ready to land.Aug 27 2018, 7:09 PM
This revision was automatically updated to reflect the committed changes.