Page MenuHomeFreeBSD

ichwd: Add manual for i6300esb watchdog
ClosedPublic

Authored by aokblast on Jan 3 2026, 6:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 1:37 PM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 8:21 AM
Unknown Object (File)
Wed, Apr 15, 8:26 PM
Unknown Object (File)
Sun, Apr 12, 7:51 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 69581
Build 66464: arc lint + arc unit

Event Timeline

Don't forget to bump .Dd field. :-)

Thanks aokblast!

This belongs in DESCRIPTION section.
The mdoc(7) manual specifies what goes in SYNOPSIS.

Also, each new sentence starts on a new line.

share/man/man4/ichwd.4
50

Thanks aokblast!

This belongs in DESCRIPTION section.
The mdoc(7) manual specifies what goes in SYNOPSIS.

Also, each new sentence starts on a new line.

Thanks for your review:)

This revision is now accepted and ready to land.Jan 19 2026, 3:45 PM
mhorne added inline comments.
share/man/man4/ichwd.4
67–68

Roff requires one sentence per line, so period always starts a new line. The linter will catch these basic issues, you can use it with mandoc -Tlint here/is/the/manual.

Accepted with mhorne's suggestion.

This revision now requires review to proceed.Mar 4 2026, 1:48 PM

Thanks for all yours review:).

This revision was not accepted when it landed; it landed in state Needs Review.Mar 4 2026, 1:52 PM
This revision was automatically updated to reflect the committed changes.