Skip to content

Commit 11e40dc

Browse files
committed
Remove unintended code block
1 parent a1c3cca commit 11e40dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkmpg.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ \subsection{Passing Command Line Arguments to a Module}
410410
\samplec{examples/hello-5.c}
411411

412412
I would recommend playing around with this code:
413-
\begin{code}
413+
\begin{verbatim}
414414
$ sudo insmod hello-5.ko mystring="bebop" myintarray=-1
415415
$ dmesg -t | tail -7
416416
myshort is a short integer: 1
@@ -441,7 +441,7 @@ \subsection{Passing Command Line Arguments to a Module}
441441
442442
$ sudo insmod hello-5.ko mylong=hello
443443
insmod: ERROR: could not insert module hello-5.ko: Invalid parameters
444-
\end{code}
444+
\end{verbatim}
445445

446446
\subsection{Modules Spanning Multiple Files}
447447
\label{modfiles}

0 commit comments

Comments
 (0)