mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
Base: Move the modload and modunload command documentation to man8
These are system administration commands, not intended for use by all users. These tend to go in section 8.
This commit is contained in:
parent
05b004ec64
commit
4fa7146da1
2 changed files with 0 additions and 0 deletions
|
@ -1,25 +0,0 @@
|
|||
## Name
|
||||
|
||||
modload - load a kernel module
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ modload <path>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Load a kernel module specified by *path*.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ modload /mod/TestModule.o
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
* [`modunload`(1)](modunload.md)
|
||||
* [`module_load`(2)](../man2/module_load.md)
|
||||
* [`kernel_modules`(7)](../man7/kernel_modules.md)
|
|
@ -1,25 +0,0 @@
|
|||
## 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