1
Fork 0
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:
Gal Horowitz 2021-06-13 00:08:29 +03:00 committed by GitHub
parent aa68c12cfc
commit c0e04768e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)