From 2b00ad9b3ed6513bc310d0cbd1f9cd317afd29f9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 24 Feb 2005 09:58:27 +0000 Subject: [project @ 2005-02-24 09:58:27 by simonmar] nDoc fixes from Sven Panne. Generally fixing of Haddock links, adding some signatures, and in some cases exporting type constructors that are mentioned in the types of exported identifiers. --- System/Posix/DynamicLinker/Prim.hsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'System/Posix/DynamicLinker') diff --git a/System/Posix/DynamicLinker/Prim.hsc b/System/Posix/DynamicLinker/Prim.hsc index 00457f1..2ab3a20 100644 --- a/System/Posix/DynamicLinker/Prim.hsc +++ b/System/Posix/DynamicLinker/Prim.hsc @@ -106,8 +106,8 @@ packRTLDFlag RTLD_LOCAL = #const RTLD_LOCAL packRTLDFlag RTLD_LOCAL = error "RTLD_LOCAL not available" #endif /* HAVE_RTLDLOCAL */ --- |Flags for 'dlsym'. Notice that @Next@ might not be available on --- your particular platform! +-- |Flags for 'System.Posix.DynamicLinker.dlsym'. Notice that 'Next' +-- might not be available on your particular platform! data DL = Null | Next | Default | DLHandle (Ptr ()) deriving (Show) -- cgit v1.2.3