aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:44:47 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:48:13 +0100
commitd821f65105b1f618627ccdd743682b248dfdfa5a (patch)
treeaa945b04baf5477f9db4989dce5a7dd8c2ee8091 /System
parent8a5db15f1317772db65f29c168a987077340aa05 (diff)
Add links to Opengroup's latest POSIX.1-2008 spec
Diffstat (limited to 'System')
-rw-r--r--System/Posix.hs2
-rw-r--r--System/Posix/ByteString.hs3
2 files changed, 3 insertions, 2 deletions
diff --git a/System/Posix.hs b/System/Posix.hs
index de7d08c..c31bb05 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -10,7 +10,7 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX support
+-- <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008> support
--
-----------------------------------------------------------------------------
diff --git a/System/Posix/ByteString.hs b/System/Posix/ByteString.hs
index 22df910..7fea0ef 100644
--- a/System/Posix/ByteString.hs
+++ b/System/Posix/ByteString.hs
@@ -10,7 +10,8 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX support with ByteString file paths and environment strings.
+-- <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008>
+-- support with 'ByteString' file paths and environment strings.
--
-- This module exports exactly the same API as "System.Posix", except
-- that all file paths and environment strings are represented by