We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eacb844 + 617a1d4 commit 0d43408Copy full SHA for 0d43408
lkmpg.tex
@@ -708,7 +708,7 @@ \subsection{Building modules for a precompiled kernel}
708
\section{Preliminaries}
709
\subsection{How modules begin and end}
710
\label{sec:module_init_exit}
711
-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,
712
and terminates after completing these instructions.
713
Kernel modules, however, follow a different pattern.
714
A module always begins with either the \cpp|init_module| function or a function designated by the \cpp|module_init| call.
0 commit comments