Skip to content

Commit d765f03

Browse files
committed
Fixed typo.
1 parent 224e263 commit d765f03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

proc.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,9 @@
169169
More information can be found in [Vahalia], the original whitepaper from
170170
1987 that introduced this architecture: Gingell, R. A., Moran J.
171171
P., Shannon, W. A. -- \emph{Virtual Memory Architecture in SunOS}.
172-
\item To determine what memory segments a memory space of a process consists
173-
of, various tools can be used: \texttt{pmap(1)} (Solarisu, NetBSD and
174-
in some Linux distributions), \texttt{procmap(1)} (OpenBSD)
175-
or \texttt{vmmap(1)} macOS.
172+
\item To determine what memory segments a memory space of a process consists of,
173+
various tools can be used: \texttt{pmap(1)} on Solaris, NetBSD and in some Linux
174+
distributions, \texttt{procmap(1)} on OpenBSD, or \texttt{vmmap(1)} on macOS.
176175
\end{itemize}
177176

178177
%%%%%

0 commit comments

Comments
 (0)