aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 477c314..9f0fa84 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -9,8 +9,8 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX process support. See also the "System.Cmd" and "System.Process"
--- modules.
+-- POSIX process support. See also the System.Cmd and System.Process
+-- modules in the process package.
--
-----------------------------------------------------------------------------