diff --git a/lkmpg.tex b/lkmpg.tex index 329e8b1e..c22adab4 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -383,7 +383,7 @@ \subsection{The Simplest Module} 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}