diff options
author | sof <unknown> | 1999-03-02 20:16:16 +0000 |
---|---|---|
committer | sof <unknown> | 1999-03-02 20:16:16 +0000 |
commit | 2b61e6edb2f515b8e90cc7471c88027764a3d94c (patch) | |
tree | 126750db6aee6dd1e55403f5f514197fa94b4d9c | |
parent | f3d67efffb905b37972389d3da5c4b80732fb6cf (diff) | |
download | haskell-2b61e6edb2f515b8e90cc7471c88027764a3d94c.tar.gz |
[project @ 1999-03-02 20:16:16 by sof]
doc tweaks
-rw-r--r-- | ghc/lib/posix/PosixUtil.lhs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ghc/lib/posix/PosixUtil.lhs b/ghc/lib/posix/PosixUtil.lhs index b02cb25172..83bb145aad 100644 --- a/ghc/lib/posix/PosixUtil.lhs +++ b/ghc/lib/posix/PosixUtil.lhs @@ -1,7 +1,7 @@ % -% (c) The GRASP/AQUA Project, Glasgow University, 1995-1996 +% (c) The GRASP/AQUA Project, Glasgow University, 1995-1999 % -\section[PosixUtil]{Haskell 1.3 POSIX utilities} +\section[PosixUtil]{(Glasgow) Haskell POSIX utilities} \begin{code} module PosixUtil where @@ -10,7 +10,8 @@ import GlaExts import PrelIOBase -- IOError representation \end{code} -First, all of the major Posix data types, to avoid any recursive dependencies +First, all of the major Posix data types, out here +to avoid any recursive dependencies \begin{code} type ByteCount = Int |