summaryrefslogtreecommitdiff
path: root/public/fd_printf.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
commit7115b71c353c004dbfe70a0d96012a2213e77405 (patch)
tree6c693dcc564023479560f10aeaea5ed0219dd652 /public/fd_printf.md
parent9ea8568d0c333916833bee1eaf021334090486fd (diff)
whitespace cleanup
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.