From 1b2a8050c9f0a8abb17fb3742b0bffb40169b8b9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 26 Nov 2007 18:45:21 +0000 Subject: Fix some haddock links --- System/Posix/IO.hsc | 2 +- System/Posix/Process.hsc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'System') diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc index 1dfc955..a578e41 100644 --- a/System/Posix/IO.hsc +++ b/System/Posix/IO.hsc @@ -12,7 +12,7 @@ -- POSIX IO support. These types and functions correspond to the unix -- functions open(2), close(2), etc. For more portable functions -- which are more like fopen(3) and friends from stdio.h, see --- 'System.IO'. +-- "System.IO". -- ----------------------------------------------------------------------------- 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. -- ----------------------------------------------------------------------------- -- cgit v1.2.3