| Summary: | [patch] Replaces the legacy make_dev(9) with the newer make_dev_s(9) in some doc. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Leonardo <leonardofogel> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | Keywords: | patch | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
I comitted something like this a bit ago I comitted something like this a bit ago |
Created attachment 189451 [details] A patch (svn diff src) that replaces make_dev(9) with make_dev_s(9) in some doc. Hi. This is a short patch that replaces the legacy interface make_dev(9) with the newer one make_dev_s(9) in the DEV_MODULE(9) man page and in an example that is cited (SEE ALSO) in the module(9) man page. Thank you for your time.