We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d1f15 commit 40a0f44Copy full SHA for 40a0f44
proc.tex
@@ -1159,9 +1159,10 @@
1159
\item in IRIX it is possible to use \texttt{MAP\_AUTOGROW} that will
1160
automatically grow mapped object when accessing beyond its current end.
1161
\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.
+\item Example of a system command using memory mapped files is \texttt{cat(1)}
+on Solaris (for regular files). Using mapped memory is more efficient than
+calling \texttt{read} repeatedly, saving the overhead necessary for switching to
1165
+kernel and back to userspace.
1166
1167
1168
%%%%%
0 commit comments