Suggested by: Alexander Ziaee
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68102 Build 64985: arc lint + arc unit
Event Timeline
Comment Actions
Hey, thanks for doing this. Initial bikeshed:
| share/man/man5/style.mdoc.5 | ||
|---|---|---|
| 230 | This is very broad. According to mdoc(7), it's very specifically: "Documents the utility invocation syntax, function call syntax, or *device configuration*." So, OtherBSDs interpret "device configuration" to mean exclusively the config(8) declarations, but in FreeBSD for drivers only (afaik), we've seemingly always interpreted this to also include the files that configure devices at runtime. | |
| 236 | ||
| share/man/man5/style.mdoc.5 | ||
|---|---|---|
| 230 | Hey! I've read mdoc's take on this as well. I just thought that it would be nice to document what we already do. I couldn't think of a better phrase for now than "all kinds of relevant information". Perhaps we could just list what's allowed, which would be:
anything else? | |