diff options
| author | sof <unknown> | 1999-04-23 13:33:23 +0000 |
|---|---|---|
| committer | sof <unknown> | 1999-04-23 13:33:23 +0000 |
| commit | 3317173098ec5e8c06452d0f9a24b34ca6bb85ca (patch) | |
| tree | 01d521b021a844517aa9f8214eb3a011881b2813 /ghc | |
| parent | d01e768b927a536f36f8727f634a5e6e48e914e3 (diff) | |
| download | haskell-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.vsgml | 4 |
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 |
