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 559ca97 commit 23ab69fCopy full SHA for 23ab69f
file-api.tex
@@ -356,7 +356,7 @@
356
\texttt{strace(1)} a \texttt{cat} command on Linux to see what blocks they use
357
for \texttt{read}. It may be around 128 kilobytes. The following example,
358
\example{read/cat.c}, has an option \texttt{-b} for setting the read block size;
359
-you can try different block sizes, including 1, on a reasonable big file (use
+you can try different block sizes, including~1, on a reasonable big file (use
360
\texttt{mkfile(1)} on BSD/macOS or \texttt{fallocate(1)} on Linux to create an
361
arbitrarily large file), and use \texttt{time(1)} to measure the system call
362
overhead.
0 commit comments