diff --git a/pages/linux/rmmod.md b/pages/linux/rmmod.md index 752daa7672..a951b2b0f3 100644 --- a/pages/linux/rmmod.md +++ b/pages/linux/rmmod.md @@ -5,20 +5,20 @@ - Remove a module from the kernel: -`sudo rmmob {{module_name}}` +`sudo rmmod {{module_name}}` - 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: -`sudo rmmob --syslog {{module_name}}` +`sudo rmmod --syslog {{module_name}}` - Display help: -`rmmob --help` +`rmmod --help` - Display version: -`rmmob --version` +`rmmod --version`