Skip to content

Commit 0d43408

Browse files
authored
Merge pull request #256 from yeh-sudo/improve-readability
Improve readibility
2 parents eacb844 + 617a1d4 commit 0d43408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ \subsection{Building modules for a precompiled kernel}
708708
\section{Preliminaries}
709709
\subsection{How modules begin and end}
710710
\label{sec:module_init_exit}
711-
A typical program starts with a |main()| function, executes a series of instructions,
711+
A typical program starts with a \cpp|main()| function, executes a series of instructions,
712712
and terminates after completing these instructions.
713713
Kernel modules, however, follow a different pattern.
714714
A module always begins with either the \cpp|init_module| function or a function designated by the \cpp|module_init| call.

0 commit comments

Comments
 (0)