We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2d186 commit 32da644Copy full SHA for 32da644
proc.tex
@@ -31,7 +31,7 @@
31
\end{itemize}
32
\item \texttt{text} and \texttt{data} sections are saved in executable file
33
\item The sections for initialized and non-initialized variables and heap are
34
-considered as data
+considered as data.
35
\item It is also possible to connect segments of shared memory
36
(\texttt{shm\_open}) or files (\texttt{mmap}) into the address space.
37
\item The text is shared between all processes which execute the same code.
0 commit comments