aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-06-06 10:45:43 +0000
committerGravatar stolz <unknown>2003-06-06 10:45:43 +0000
commit6d954229dab541ed7e077808b2960321c9365e55 (patch)
treec11765f5028b1c124b477fcde4762700d5a60e39 /System
parent9910e0d091a9c1cd204893bdb793e22d3d03aebe (diff)
[project @ 2003-06-06 10:45:43 by stolz]
Haddock: Add link to 'handleToFd'
Diffstat (limited to 'System')
-rw-r--r--System/Sendfile.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Sendfile.hsc b/System/Sendfile.hsc
index 08a606b..03188ae 100644
--- a/System/Sendfile.hsc
+++ b/System/Sendfile.hsc
@@ -41,7 +41,7 @@ import Data.Array.IO
-- opened for writing with as little overhead as possible.
-- This function is not defined by any standard! Passing '0' will indeed
-- transmit nothing at all.
--- Caveats for converting a 'Handle' to 'Fd' apply.
+-- Caveats for 'handleToFd' apply.
sendfile :: Fd -- ^ Input
-> Fd -- ^ Output