Skip to content

Commit c519f57

Browse files
committed
Simplify the wording
1 parent 0400543 commit c519f57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lkmpg.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,12 @@ \subsection{Before We Begin}
153153

154154
\item Using X Window System.
155155
\label{sec:using_x}
156-
It is highly recommended that you extract, compile and load all the examples this guide discusses.
157-
It is also highly recommended you do this from a console.
156+
It is highly recommended that you extract, compile and load all the examples this guide discusses from a console.
158157
You should not be working on this stuff in X Window System.
159158

160159
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.
161160
If you \sh|insmod| a module from an xterm, the information and warnings will be logged, but only to your systemd journal.
162-
You will not see it unless you look through your \sh|journalctl|.
161+
You will not see it unless you look through your \sh|journalctl| .
163162
See \ref{sec:helloworld} for details.
164163
To have immediate access to this information, do all your work from the console.
165164
\end{enumerate}

0 commit comments

Comments
 (0)