Skip to content

Commit

Permalink
Merge pull request #256 from yeh-sudo/improve-readability
Browse files Browse the repository at this point in the history
Improve readibility
  • Loading branch information
jserv authored Apr 25, 2024
2 parents eacb844 + 617a1d4 commit 0d43408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ \subsection{Building modules for a precompiled kernel}
\section{Preliminaries}
\subsection{How modules begin and end}
\label{sec:module_init_exit}
A typical program starts with a |main()| function, executes a series of instructions,
A typical program starts with a \cpp|main()| function, executes a series of instructions,
and terminates after completing these instructions.
Kernel modules, however, follow a different pattern.
A module always begins with either the \cpp|init_module| function or a function designated by the \cpp|module_init| call.
Expand Down

0 comments on commit 0d43408

Please sign in to comment.