Skip to content

Commit

Permalink
Merge pull request #221 from visitorckw/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv authored Sep 1, 2023
2 parents edf6615 + e976c32 commit 863a9e2
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 @@ -1220,7 +1220,7 @@ \subsection{Manage /proc file with standard filesystem}
\subsection{Manage /proc file with seq\_file}
\label{sec:manage_procfs_with_seq_file}
As we have seen, writing a \verb|/proc| file may be quite ``complex''.
So to help people writting \verb|/proc| file, there is an API named \cpp|seq_file| that helps formating a \verb|/proc| file for output.
So to help people writing \verb|/proc| file, there is an API named \cpp|seq_file| that helps formatting a \verb|/proc| file for output.
It is based on sequence, which is composed of 3 functions: \cpp|start()|, \cpp|next()|, and \cpp|stop()|.
The \cpp|seq_file| API starts a sequence when a user read the \verb|/proc| file.

Expand Down

0 comments on commit 863a9e2

Please sign in to comment.