summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorRoi <roeil4939@gmail.com>2021-03-16 17:05:42 +0200
committerGitHub <noreply@github.com>2021-03-16 16:05:42 +0100
commit72501775a76d4375f69cf9465666604976656c06 (patch)
treeb2c65f65c7afdc2639a7709647e29887ec988ab9 /Base
parenteb343296ce2bb23491fd36db933a26ea7f9ea1ca (diff)
downloadserenity-72501775a76d4375f69cf9465666604976656c06.zip
Base: Change path to both `modload` and `modunload` (#5804)
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man7/kernel_modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man7/kernel_modules.md b/Base/usr/share/man/man7/kernel_modules.md
index 068ef8dcf8..884e792ec9 100644
--- a/Base/usr/share/man/man7/kernel_modules.md
+++ b/Base/usr/share/man/man7/kernel_modules.md
@@ -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)