From 2b61e6edb2f515b8e90cc7471c88027764a3d94c Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 2 Mar 1999 20:16:16 +0000 Subject: [PATCH] [project @ 1999-03-02 20:16:16 by sof] doc tweaks --- ghc/lib/posix/PosixUtil.lhs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.10.4