From: sof Date: Tue, 2 Mar 1999 20:16:16 +0000 (+0000) Subject: [project @ 1999-03-02 20:16:16 by sof] X-Git-Tag: Approximately_9120_patches~6442 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2b61e6edb2f515b8e90cc7471c88027764a3d94c;p=ghc-hetmet.git [project @ 1999-03-02 20:16:16 by sof] doc tweaks --- diff --git a/ghc/lib/posix/PosixUtil.lhs b/ghc/lib/posix/PosixUtil.lhs index b02cb25..83bb145 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