FreeBSD Bugzilla – Attachment 225199 Details for
Bug 256103
DRIVER_MODULE.9 has incorrect SYNOPSIS for EARLY_DRIVER_MODULE()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to remove incorrect argument in man page SYNOPSIS
DRIVER_MODULE.9.diff (text/plain), 915 bytes, created by
J.R. Oldroyd
on 2021-05-23 15:13:45 UTC
(
hide
)
Description:
patch to remove incorrect argument in man page SYNOPSIS
Filename:
MIME Type:
Creator:
J.R. Oldroyd
Created:
2021-05-23 15:13:45 UTC
Size:
915 bytes
patch
obsolete
>diff --git a/share/man/man9/DRIVER_MODULE.9 b/share/man/man9/DRIVER_MODULE.9 >index 8792e893042..a6750e1a9ea 100644 >--- a/share/man/man9/DRIVER_MODULE.9 >+++ b/share/man/man9/DRIVER_MODULE.9 >@@ -44,7 +44,7 @@ > .In sys/module.h > .Fn DRIVER_MODULE name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" > .Fn DRIVER_MODULE_ORDERED name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" "int order" >-.Fn EARLY_DRIVER_MODULE name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" "enum sysinit_elem_order order" "int pass" >+.Fn EARLY_DRIVER_MODULE name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" "int pass" > .Fn EARLY_DRIVER_MODULE_ORDERED name busname "driver_t driver" "devclass_t devclass" "modeventhand_t evh" "void *arg" "enum sysinit_elem_order order" "int pass" > .Sh DESCRIPTION > The
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256103
: 225199