Add a device_delete_children(9) manual page based on the comments in code.
Details
Details
- Reviewers
- None
- Group Reviewers
Doc Committers manpages - Commits
- rS342948: Add man page for device_delete_children.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21539 Build 20847: arc lint + arc unit
Event Timeline
share/man/man9/device_delete_children.9 | ||
---|---|---|
50 | Do we need to document the error codes? |
share/man/man9/device_delete_children.9 | ||
---|---|---|
37 | (here and below) I'm not a native speaker so could very wrong.. Shouldn't this read "child devices" instead? | |
42 | Add double quotes around device_t dev. | |
44 | It's usually written as the following even if there's only one function discussed. The .Fn device_delete_children function ... |
share/man/man9/device_delete_children.9 | ||
---|---|---|
37 | You are correct. I did some checking on various English grammar fora and it seems to be a mistaken use of children, indeed. You talk about "deleting the children from a device", but "deleting the child devices". |
Comment Actions
If this is acceptable, could someone commit it? I don't have commit rights anymore, so can't add it myself.