summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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