summaryrefslogtreecommitdiff
path: root/public/fd_printf.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/fd_printf.md')
-rw-r--r--public/fd_printf.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/fd_printf.md b/public/fd_printf.md
index 85ebde4..51e16aa 100644
--- a/public/fd_printf.md
+++ b/public/fd_printf.md
@@ -38,9 +38,8 @@ to others:
return len;
}
-
It is a version of `printf` that prints to a file descriptor—where
`fprintf` prints to a `FILE*` data structure.
The appeal of this is that `FILE*` I/O is buffered—which means mixing
-it with raw file descriptor I/O is going to produce weird results.
+it with raw file descriptor I/O is going to produce weird results.