Capitalized the first letter in a sentence.
This commit is contained in:
Kuan-Wei Chiu 2023-09-02 19:57:53 +08:00
parent 863a9e247f
commit 292339e628

View File

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