This adds basic documentation on what the superio driver is and how other
drivers can interact with it. I decided to also document superio's ivar
accessors.
Details
Details
- Reviewers
imp jhb brueffer - Group Reviewers
manpages - Commits
- rS353432: add superio.4 and superio.9 manual pages
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26973 Build 25273: arc lint + arc unit
Event Timeline
share/man/man4/superio.4 | ||
---|---|---|
5 | This can go. | |
108 | This can be removed, it does nothing here. mandoc -Tlint manpage.4 catches problems like this. | |
share/man/man9/superio.9 | ||
116 | missing space, "dev ," | |
123 | Missing space, "SUPERIO_DEV_WDT ." | |
127 | Missing space before "." | |
150 | Missing space before "." | |
184 | .Pp does nothing here and should be removed. | |
188 | Trailing comma should be removed |
Comment Actions
Hmm, I see that superio.9 could become a first conditionally installed manual page in man9.
Is that okay?
Or would it be better to merge superio.9 into superio.4?
I see a couple of examples in man4, e.g., cpufreq.4.
Comment Actions
@yuripv , I noted that you ended your suggestions with question marks...
I am not a native speaker, so I am not sure if definite or indefinite article is more appropriate in those sentences.