aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files/Common.hsc
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-04-19 19:37:41 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-04-19 19:38:13 +0200
commitb7fa405365c43fc2d45e37385ffd0111a4008eed (patch)
treedda7e4c8eacbc6328110678c31e98f1871b53678 /System/Posix/Files/Common.hsc
parent861ad256e0a5337a1a685b1cd50ae91ee9374cab (diff)
Convert /since/ to @since syntax
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) =