Skip to content

Commit 40a0f44

Browse files
author
Vladimir Kotal
committed
this reference is to Solaris' cat
1 parent d7d1f15 commit 40a0f44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

proc.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -1159,9 +1159,10 @@
11591159
\item in IRIX it is possible to use \texttt{MAP\_AUTOGROW} that will
11601160
automatically grow mapped object when accessing beyond its current end.
11611161
\end{itemize}
1162-
\item Example of a system command using file mapping is \texttt{cat(1)}. Using
1163-
mapped memory is more efficient than calling \texttt{read} repeatedly, saving
1164-
the overhead necessary for switching to kernel and back to userspace.
1162+
\item Example of a system command using memory mapped files is \texttt{cat(1)}
1163+
on Solaris (for regular files). Using mapped memory is more efficient than
1164+
calling \texttt{read} repeatedly, saving the overhead necessary for switching to
1165+
kernel and back to userspace.
11651166
\end{itemize}
11661167

11671168
%%%%%

0 commit comments

Comments
 (0)