Skip to content

Commit 4acc65b

Browse files
committed
Use \verb for the identifiers starting with "--"
1 parent b497b6a commit 4acc65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ \subsection{Building modules for a precompiled kernel}
512512
vermagic: 5.4.0-70-generic SMP mod_unload modversions
513513
\end{verbatim}
514514

515-
To overcome this problem we could resort to the \textbf{--force-vermagic} option, but this solution is potentially unsafe, and unquestionably inacceptable in production modules.
515+
To overcome this problem we could resort to the \verb|--force-vermagic| option, but this solution is potentially unsafe, and unquestionably inacceptable in production modules.
516516
Consequently, we want to compile our module in an environment which was identical to the one in which our precompiled kernel was built.
517517
How to do this, is the subject of the remainder of this chapter.
518518

0 commit comments

Comments
 (0)