Skip to content

Commit 2ac8dac

Browse files
committed
Rephrase informal example in module section
Replaced the informal message with a formal description to improve tone and maintain consistency in documentation.
1 parent fea832b commit 2ac8dac

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
@@ -769,7 +769,7 @@ \subsection{Functions available to modules}
769769
The 3rd man section is devoted to library calls, which you would probably be more familiar with (like \cpp|cosh()| and \cpp|random()|).
770770

771771
You can even write modules to replace the kernel's system calls, which we will do shortly.
772-
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.
772+
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.
773773

774774
\subsection{User Space vs Kernel Space}
775775
\label{sec:user_kernl_space}

0 commit comments

Comments
 (0)