Skip to content

Commit f9bdbd1

Browse files
VegOwOtenkshasufell
authored andcommitted
Sync the different documentations
1 parent 4f4ed8c commit f9bdbd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

System/Posix/Files.hsc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ access name flags =
245245
-- | @getFileStatus path@ retrieves the @FileStatus@ information (user ID,
246246
-- size, access times, etc.) for the file @path@.
247247
--
248-
-- This will dereference symbolic links, if you want to get the status of a link file, use 'getSymbolicLinkStatus' instead.
248+
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink,
249+
-- use 'getSymbolicLinkStatus' instead.
249250
--
250251
-- Note: calls @stat@.
251252
getFileStatus :: FilePath -> IO FileStatus

0 commit comments

Comments
 (0)