Browse Source

Simplify the wording

Jim Huang 3 years ago
parent
commit
c519f57403
1 changed files with 2 additions and 3 deletions
  1. 2 3
      lkmpg.tex

+ 2 - 3
lkmpg.tex

@@ -153,13 +153,12 @@ Rest assured, after you get over the initial hurdle of doing it for the first ti
 
 
   \item Using X Window System.
   \item Using X Window System.
   \label{sec:using_x}
   \label{sec:using_x}
-        It is highly recommended that you extract, compile and load all the examples this guide discusses.
-        It is also highly recommended you do this from a console.
+        It is highly recommended that you extract, compile and load all the examples this guide discusses from a console.
         You should not be working on this stuff in X Window System.
         You should not be working on this stuff in X Window System.
 
 
         Modules can not print to the screen like \cpp|printf()| can, but they can log information and warnings, which ends up being printed on your screen, but only on a console.
         Modules can not print to the screen like \cpp|printf()| can, but they can log information and warnings, which ends up being printed on your screen, but only on a console.
         If you \sh|insmod| a module from an xterm, the information and warnings will be logged, but only to your systemd journal.
         If you \sh|insmod| a module from an xterm, the information and warnings will be logged, but only to your systemd journal.
-        You will not see it unless you look through your \sh|journalctl|.
+        You will not see it unless you look through your \sh|journalctl| .
         See \ref{sec:helloworld} for details.
         See \ref{sec:helloworld} for details.
         To have immediate access to this information, do all your work from the console.
         To have immediate access to this information, do all your work from the console.
 \end{enumerate}
 \end{enumerate}