From dcdf2c13b12ad0a5b77b41016f3833e7e9b1c0b9 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 2 Aug 2022 21:19:54 -0500 Subject: [PATCH] blog/cat: correct missing sf-origin link --- content/blog/cat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/blog/cat.md b/content/blog/cat.md index 6ec584b..798754f 100644 --- a/content/blog/cat.md +++ b/content/blog/cat.md @@ -106,6 +106,8 @@ Linux 2.6.33. Unfortunately, sendfile is not perfect: because it only supports file descriptors which can be memory mapped, we must use a different strategy when using copying from `stdin`. + [sf-origin]: https://yarchive.net/comp/linux/sendfile.html + ```c /* This program is released into the public domain. */ #include