From: panne Date: Tue, 10 Sep 2002 20:45:50 +0000 (+0000) Subject: [project @ 2002-09-10 20:45:50 by panne] X-Git-Tag: nhc98-1-18-release~858 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9c33481176d370dfe9b03ea1a0b803227cc1df7f;p=ghc-base.git [project @ 2002-09-10 20:45:50 by panne] Fixed slashification in Haddock comment --- diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index 693293e..42ef6ff 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -10,7 +10,7 @@ -- Portability : non-portable (requires POSIX) -- -- POSIX data types: Haskell equivalents of the types defined by the --- @\@ C header on a POSIX system. +-- @\@ C header on a POSIX system. -- -----------------------------------------------------------------------------