summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-04-26 12:37:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-04-26 12:37:16 -0400
commit8848e233342657388ccb41fb4f2d5890bc942e05 (patch)
tree17cc1c8616155f25c87d986053df0f0f2038dc78 /public
parent3d172e4037b6507107cae91327de00cbaed7d499 (diff)
fdprintf: mention dprintf
This had been sitting on my laptop for a while
Diffstat (limited to 'public')
-rw-r--r--public/fd_printf.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/fd_printf.md b/public/fd_printf.md
index 8a8a176..85ebde4 100644
--- a/public/fd_printf.md
+++ b/public/fd_printf.md
@@ -1,10 +1,17 @@
-`fd_printf`: print formatted text directly to a file descriptor
+`dprintf`: print formatted text directly to a file descriptor
===============================================================
---
date: "2013-10-12"
license: WTFPL-2
---
+This already existed as `dprintf(3)`. I now feel stupid for having
+Implemented `fd_printf`.
+
+The original post is as follows:
+
+----
+
I wrote this while debugging some code, and thought it might be useful
to others: