]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
access.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 28 Jan 2021 13:10:10 +0000 (14:10 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 28 Jan 2021 13:10:10 +0000 (14:10 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/access.2

index 7f796d00afca5ea772747637f09af1b39b0fd582..77ff2bd99e73e03b282ff930b7c2bbd6129f26f8 100644 (file)
@@ -346,7 +346,7 @@ Only access bits are checked, not the file type or contents.
 Therefore, if a directory is found to be writable,
 it probably means that files can be created in the directory,
 and not that the directory can be written as a file.
-Similarly, a DOS file may be found to be "executable," but the
+Similarly, a DOS file may be reported as executable, but the
 .BR execve (2)
 call will still fail.
 .PP