summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsof <unknown>1999-04-23 13:33:23 +0000
committersof <unknown>1999-04-23 13:33:23 +0000
commit3317173098ec5e8c06452d0f9a24b34ca6bb85ca (patch)
tree01d521b021a844517aa9f8214eb3a011881b2813 /ghc
parentd01e768b927a536f36f8727f634a5e6e48e914e3 (diff)
downloadhaskell-3317173098ec5e8c06452d0f9a24b34ca6bb85ca.tar.gz
[project @ 1999-04-23 13:33:23 by sof]
createPipe docfix
Diffstat (limited to 'ghc')
-rw-r--r--ghc/docs/users_guide/posix.vsgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/posix.vsgml b/ghc/docs/users_guide/posix.vsgml
index 3df9af8c83..57ed3c695f 100644
--- a/ghc/docs/users_guide/posix.vsgml
+++ b/ghc/docs/users_guide/posix.vsgml
@@ -1089,7 +1089,7 @@ Various other causes.
</descrip>
<sect2>Posix Input and Output Primitives
-<label id="Inut Output">
+<label id="Input/Output">
<p>
<nidx>Posix, input/output</nidx>
@@ -1098,7 +1098,7 @@ createPipe :: IO (Fd, Fd)
</verb></tscreen>
@createPipe@ calls @pipe@ to create a pipe and returns a pair of
-@Fd@s, the first for writing and the second for reading.
+@Fd@s, the first for reading and the second for writing.
<tscreen><verb>
dup :: Fd -> IO Fd