Summary: | module(9) and its corresponding manpages don't document that evhand (the load/unload/etc handler) can be NULL | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Enji Cooper <ngie> | ||||
Component: | Manual Pages | Assignee: | Guangyuan Yang <ygy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | doc, felix.the.red, ygy | ||||
Priority: | --- | Keywords: | easy, patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Enji Cooper
2014-07-29 19:44:49 UTC
Created attachment 228271 [details]
module.9 patch
Mention what happens when the event handler function is NULL.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c5e0492ae81e4b0d7946ccfbedb434a9c4071256 commit c5e0492ae81e4b0d7946ccfbedb434a9c4071256 Author: Felix Johnson <felix.the.red@gmail.com> AuthorDate: 2021-11-11 06:28:45 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-11-11 06:32:54 +0000 module(9): Document that evhand can be NULL PR: 192250 MFC after: 3 days Reported by: ngie share/man/man9/module.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=109330155000bfec215ee39148254d2a0b628798 commit 109330155000bfec215ee39148254d2a0b628798 Author: Felix Johnson <felix.the.red@gmail.com> AuthorDate: 2021-11-11 06:28:45 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-11-14 06:37:20 +0000 module(9): Document that evhand can be NULL PR: 192250 Reported by: ngie (cherry picked from commit c5e0492ae81e4b0d7946ccfbedb434a9c4071256) share/man/man9/module.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) |