Page MenuHomeFreeBSD

Add an iflib manpage to section 4
ClosedPublic

Authored by shurd on Aug 27 2018, 3:16 PM.
Tags
None
Referenced Files
F105820226: D16920.diff
Sat, Dec 21, 4:53 AM
Unknown Object (File)
Fri, Dec 6, 6:42 AM
Unknown Object (File)
Mon, Dec 2, 8:04 PM
Unknown Object (File)
Nov 1 2024, 8:49 PM
Unknown Object (File)
Nov 1 2024, 8:49 PM
Unknown Object (File)
Nov 1 2024, 8:49 PM
Unknown Object (File)
Nov 1 2024, 8:49 PM
Unknown Object (File)
Nov 1 2024, 8:49 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 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.