[project @ 1999-04-23 13:33:23 by sof]
authorsof <unknown>
Fri, 23 Apr 1999 13:33:23 +0000 (13:33 +0000)
committersof <unknown>
Fri, 23 Apr 1999 13:33:23 +0000 (13:33 +0000)
createPipe docfix

ghc/docs/users_guide/posix.vsgml

index 3df9af8..57ed3c6 100644 (file)
@@ -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