From 9c33481176d370dfe9b03ea1a0b803227cc1df7f Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 10 Sep 2002 20:45:50 +0000 Subject: [PATCH] [project @ 2002-09-10 20:45:50 by panne] Fixed slashification in Haddock comment --- System/Posix/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- ----------------------------------------------------------------------------- -- 1.7.10.4