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, Apr 15, 12:40 PM
Unknown Object (File)
Mon, Apr 13, 5:39 PM
Unknown Object (File)
Sun, Apr 12, 12:15 AM
Unknown Object (File)
Thu, Apr 9, 12:32 AM
Unknown Object (File)
Sun, Apr 5, 1:15 PM
Unknown Object (File)
Tue, Mar 31, 5:43 AM
Unknown Object (File)
Mon, Mar 30, 11:13 PM
Unknown Object (File)
Sun, Mar 29, 8:15 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 19213
Build 18828: arc lint + arc unit

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

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

87

Another line break is needed here after the sentence stop.

89

Another line break here...

108

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.