From 7115b71c353c004dbfe70a0d96012a2213e77405 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Feb 2016 07:12:18 -0500 Subject: whitespace cleanup --- public/fd_printf.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/fd_printf.md') 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. -- cgit v1.2.3