From b7fa405365c43fc2d45e37385ffd0111a4008eed Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Tue, 19 Apr 2016 19:37:41 +0200 Subject: Convert /since/ to @since syntax --- System/Posix/Files/Common.hsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'System/Posix/Files/Common.hsc') 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) = -- cgit v1.2.3