mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +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
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