From: Kuan-Wei Chiu Date: Sat, 7 Oct 2023 09:15:19 +0000 (+0800) Subject: Fix grammar X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=c0abff2deac866165db9095aa7b38a5a63eaad79;p=lkmpg Fix grammar The verb 'suggest' is used with the gerund form. --- diff --git a/lkmpg.tex b/lkmpg.tex index 296ba13..217ad92 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -675,7 +675,7 @@ EXTRAVERSION = -rc2 \end{verbatim} In this case, you need to restore the value of symbol \textbf{EXTRAVERSION} to \textbf{-rc2}. -We suggest to keep a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|. +We suggest keeping a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|. A simple command as following should suffice. \begin{codebash} cp /lib/modules/`uname -r`/build/Makefile linux-`uname -r`