Skip to content

Commit 23ab69f

Browse files
committed
add tilda
1 parent 559ca97 commit 23ab69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
\texttt{strace(1)} a \texttt{cat} command on Linux to see what blocks they use
357357
for \texttt{read}. It may be around 128 kilobytes. The following example,
358358
\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
359+
you can try different block sizes, including~1, on a reasonable big file (use
360360
\texttt{mkfile(1)} on BSD/macOS or \texttt{fallocate(1)} on Linux to create an
361361
arbitrarily large file), and use \texttt{time(1)} to measure the system call
362362
overhead.

0 commit comments

Comments
 (0)