From: Jim Huang Date: Mon, 16 Aug 2021 13:21:10 +0000 (+0800) Subject: Use \verb for the identifiers starting with "--" X-Git-Tag: latest~142 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=4acc65b740e0cd674a19badf03db8011631995ab;p=lkmpg Use \verb for the identifiers starting with "--" --- diff --git a/lkmpg.tex b/lkmpg.tex index 0e3e2e7..56b9584 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -512,7 +512,7 @@ name: hello_4 vermagic: 5.4.0-70-generic SMP mod_unload modversions \end{verbatim} -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. +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. Consequently, we want to compile our module in an environment which was identical to the one in which our precompiled kernel was built. How to do this, is the subject of the remainder of this chapter.