Details
Details
- Reviewers
lwhsu ziaee - Group Reviewers
docs manpages - Commits
- rG546d925cb44f: ichwd: Add manual for i6300esb watchdog
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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 | ||
| share/man/man4/ichwd.4 | ||
|---|---|---|
| 59–60 | ||
Comment Actions
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.