mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:47:45 +00:00
Base: Describe kernel modules, syscalls, and programs
This commit is contained in:
parent
efa7141d14
commit
033de7efe2
5 changed files with 181 additions and 0 deletions
25
Base/usr/share/man/man1/modunload.md
Normal file
25
Base/usr/share/man/man1/modunload.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Name
|
||||
|
||||
modunload - unload a kernel module
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ modunload <name>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Unload a kernel module specified by *name*.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ modunload TestModule
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
* [`modload`(1)](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