Page MenuHomeFreeBSD

ichwd: Add manual for i6300esb watchdog
ClosedPublic

Authored by aokblast on Jan 3 2026, 6:13 AM.
Tags
None
Referenced Files
F157240637: D54466.id.diff
Tue, May 19, 3:00 PM
Unknown Object (File)
Tue, May 5, 3:22 AM
Unknown Object (File)
Sun, May 3, 5:24 PM
Unknown Object (File)
Sun, May 3, 5:23 PM
Unknown Object (File)
Sun, May 3, 12:04 PM
Unknown Object (File)
Sun, May 3, 11:36 AM
Unknown Object (File)
Sun, May 3, 7:12 AM
Unknown Object (File)
Wed, Apr 29, 7:11 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
59–60

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.