mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Base: Change path to both modload
and modunload
(#5804)
This commit is contained in:
parent
eb343296ce
commit
72501775a7
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ extern "C" void module_fini()
|
|||
|
||||
## See also
|
||||
|
||||
* [`modload`(1)](../man1/modload.md)
|
||||
* [`modunload`(1)](../man1/modunload.md)
|
||||
* [`modload`(8)](../man8/modload.md)
|
||||
* [`modunload`(8)](../man8/modunload.md)
|
||||
* [`module_load`(2)](../man2/module_load.md)
|
||||
* [`module_unload`(2)](../man2/module_unload.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue