Skip to content

Commit 617a1d4

Browse files
committed
Improve readibility
Add \cpp before |main()| to improve readibility so that it won't look like "|main()|" in the paragraph.
1 parent eacb844 commit 617a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)