rmmod: fix examples (#7879)

feature/ed-update
rooty 2022-03-19 11:28:29 -07:00 committed by GitHub
parent 00e01e07ac
commit fada0e54ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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`