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)
Feb 11 2026, 7:06 AM
Unknown Object (File)
Feb 11 2026, 5:07 AM
Unknown Object (File)
Jan 28 2026, 11:56 AM
Unknown Object (File)
Jan 26 2026, 2:15 AM
Unknown Object (File)
Jan 21 2026, 9:41 AM
Unknown Object (File)
Jan 13 2026, 7:05 AM
Unknown Object (File)
Jan 12 2026, 7:31 AM
Unknown Object (File)
Jan 11 2026, 11:19 PM

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.Wed, Mar 4, 1:48 PM

Thanks for all yours review:).

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