rmmod: fix examples (#7879)
This commit is contained in:
@@ -5,20 +5,20 @@
|
|||||||
|
|
||||||
- Remove a module from the kernel:
|
- Remove a module from the kernel:
|
||||||
|
|
||||||
`sudo rmmob {{module_name}}`
|
`sudo rmmod {{module_name}}`
|
||||||
|
|
||||||
- Remove a module from the kernel and display verbose information:
|
- Remove a module from the kernel and display verbose information:
|
||||||
|
|
||||||
`sudo rmmob --verbose {{module_name}}`
|
`sudo rmmod --verbose {{module_name}}`
|
||||||
|
|
||||||
- Remove a module from the kernel and send errors to syslog instead of standard error:
|
- Remove a module from the kernel and send errors to syslog instead of standard error:
|
||||||
|
|
||||||
`sudo rmmob --syslog {{module_name}}`
|
`sudo rmmod --syslog {{module_name}}`
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`rmmob --help`
|
`rmmod --help`
|
||||||
|
|
||||||
- Display version:
|
- Display version:
|
||||||
|
|
||||||
`rmmob --version`
|
`rmmod --version`
|
||||||
|
Reference in New Issue
Block a user