mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-01-22 12:52:01 +08:00
Fix typo
Capitalized the first letter in a sentence.
This commit is contained in:
parent
863a9e247f
commit
292339e628
|
@ -383,7 +383,7 @@ The dash character will get converted to an underscore, so when you again try:
|
|||
sudo lsmod | grep hello
|
||||
\end{codebash}
|
||||
|
||||
you should now see your loaded module. It can be removed again with:
|
||||
You should now see your loaded module. It can be removed again with:
|
||||
\begin{codebash}
|
||||
sudo rmmod hello_1
|
||||
\end{codebash}
|
||||
|
|
Loading…
Reference in New Issue
Block a user