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)
Wed, Apr 29, 7:11 AM
Unknown Object (File)
Tue, Apr 28, 10:24 PM
Unknown Object (File)
Tue, Apr 28, 10:16 PM
Unknown Object (File)
Tue, Apr 28, 8:16 PM
Unknown Object (File)
Tue, Apr 28, 8:09 PM
Unknown Object (File)
Mon, Apr 27, 3:20 PM
Unknown Object (File)
Sat, Apr 18, 1:37 PM
Unknown Object (File)
Sat, Apr 18, 10:26 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.