Skip to content

Commit 6931e57

Browse files
committed
remove extra whitespace
1 parent 039db38 commit 6931e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
the kernel which is not needed when the process is swapped out to disk
6161
(number of open files, signal handling settings, number of shared memory segments,
6262
program arguments, environment variables, current working directory, etc.).
63-
This area is accessible only to the kernel which will see just the area
63+
This area is accessible only to the kernel which will see just the area
6464
of a currently running process. The rest of the data needed even if the process
6565
is not currently running or while swapped out to disk is stored in the
6666
\texttt{proc} structure. \texttt{proc} structures for all processes are always
@@ -70,7 +70,7 @@
7070
\begin{slide}
7171
\sltitle{Example: Solaris 11 x86 32-bit}
7272
\begin{center}
73-
\includegraphics[width=54mm]{img/eps/x86-memory-proc-mem-layout.eps}
73+
\includegraphics[width=54mm]{img/eps/x86-memory-proc-mem-layout.eps}
7474
\end{center}
7575
\end{slide}
7676

0 commit comments

Comments
 (0)