[project @ 2002-09-29 20:24:00 by panne]
[ghc-base.git] / System / Posix / Types.hs
index 693293e..e35bb06 100644 (file)
@@ -10,7 +10,7 @@
 -- Portability :  non-portable (requires POSIX)
 --
 -- POSIX data types: Haskell equivalents of the types defined by the
--- @\<sys/types.h>@ C header on a POSIX system.
+-- @\<sys\/types.h>@ C header on a POSIX system.
 --
 -----------------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ module System.Posix.Types (
   CDev(..), CIno(..), CMode(..), COff(..), CPid(..), CSsize(..),
 
 #ifndef mingw32_TARGET_OS
-  CGid(..), CNlink(..), CSsize(..), CUid(..), CCc(..), CSpeed(..),
+  CGid(..), CNlink(..), CUid(..), CCc(..), CSpeed(..),
   CTcflag(..),
 #endif