aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files/Common.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Files/Common.hsc')
-rw-r--r--System/Posix/Files/Common.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/Files/Common.hsc b/System/Posix/Files/Common.hsc
index a1a4278..cc594cc 100644
--- a/System/Posix/Files/Common.hsc
+++ b/System/Posix/Files/Common.hsc
@@ -467,7 +467,7 @@ foreign import ccall unsafe "futimes"
--
-- Note: calls @futimens@ or @futimes@.
--
--- /Since: 2.7.0.0/
+-- @since 2.7.0.0
setFdTimesHiRes :: Fd -> POSIXTime -> POSIXTime -> IO ()
#if HAVE_FUTIMENS
setFdTimesHiRes (Fd fd) atime mtime =
@@ -488,7 +488,7 @@ setFdTimesHiRes =
--
-- Note: calls @futimes@.
--
--- /Since: 2.7.0.0/
+-- @since 2.7.0.0
touchFd :: Fd -> IO ()
#if HAVE_FUTIMES
touchFd (Fd fd) =