aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/DynamicLinker/Prim.hsc
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2005-02-24 09:58:27 +0000
committerGravatar simonmar <unknown>2005-02-24 09:58:27 +0000
commit2b00ad9b3ed6513bc310d0cbd1f9cd317afd29f9 (patch)
treefb9630081a5981e00d75367f0239b9dc90780679 /System/Posix/DynamicLinker/Prim.hsc
parentcca17660c8b2732f8dc0631bd350a2cdcf9b7fc0 (diff)
[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.
Diffstat (limited to 'System/Posix/DynamicLinker/Prim.hsc')
-rw-r--r--System/Posix/DynamicLinker/Prim.hsc4
1 files changed, 2 insertions, 2 deletions
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)