aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ijones@syntaxpolice.org <unknown>2007-08-19 07:39:30 +0000
committerGravatar ijones@syntaxpolice.org <unknown>2007-08-19 07:39:30 +0000
commitf0be93330d085e4acd1dcf211a444880aa755dec (patch)
treec6896c14778e5b2e2629585f09ce771b1390b976
parent06f9c30014a3e695e0ed7a0de2eef4c8aaf36526 (diff)
add cross-referencing between posix and process modules
-rw-r--r--System/Posix/Process.hsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index a6bbaa1..477c314 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -9,7 +9,8 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX process support
+-- POSIX process support. See also the "System.Cmd" and "System.Process"
+-- modules.
--
-----------------------------------------------------------------------------