Explorar el Código

Rephrase informal example in module section

Replaced the informal message with a formal description to improve
tone and maintain consistency in documentation.
Cheng-Yang Chou hace 2 semanas
padre
commit
2ac8dacee6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -769,7 +769,7 @@ The 2nd man section is devoted to system calls (like \cpp|kill()| and \cpp|read(
 The 3rd man section is devoted to library calls, which you would probably be more familiar with (like \cpp|cosh()| and \cpp|random()|).
 
 You can even write modules to replace the kernel's system calls, which we will do shortly.
-Crackers often make use of this sort of thing for backdoors or trojans, but you can write your own modules to do more benign things, like have the kernel write Tee hee, that tickles! every time someone tries to delete a file on your system.
+Crackers often make use of this sort of thing for backdoors or trojans, but you can write your own modules to do more benign things, like have the kernel log a message whenever someone attempts to delete a file on your system.
 
 \subsection{User Space vs Kernel Space}
 \label{sec:user_kernl_space}