Skip to content
Snippets Groups Projects
Commit 33171730 authored by sof's avatar sof
Browse files

[project @ 1999-04-23 13:33:23 by sof]

createPipe docfix
parent d01e768b
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment