mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Base: Change incorrect "See Also" links in module_load(2) and modunload(8) (#8006)
This commit is contained in:
parent
aa68c12cfc
commit
c0e04768e0
Notes:
sideshowbarker
2024-07-18 12:20:02 +09:00
Author: https://github.com/GalHorowitz
Commit: c0e04768e0
Pull-request: https://github.com/SerenityOS/serenity/pull/8006
2 changed files with 2 additions and 2 deletions
|
@ -31,5 +31,5 @@ returns -1 and sets `errno` to describe the error.
|
|||
## See also
|
||||
|
||||
* [`module_unload`(2)](module_unload.md)
|
||||
* [`modload`(1)](../man1/modload.md)
|
||||
* [`modload`(8)](../man8/modload.md)
|
||||
* [`kernel_modules`(7)](../man7/kernel_modules.md)
|
||||
|
|
|
@ -20,6 +20,6 @@ $ modunload TestModule
|
|||
|
||||
## See also
|
||||
|
||||
* [`modload`(1)](modload.md)
|
||||
* [`modload`(8)](modload.md)
|
||||
* [`module_unload`(2)](../man2/module_unload.md)
|
||||
* [`kernel_modules`(7)](../man7/kernel_modules.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue