aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.
--
-----------------------------------------------------------------------------