aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-28 14:10:10 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-28 14:10:10 +0100
commit09c6d6ca72fbdeffda0ceeea92c6486af4e807ad (patch)
treee65c738165f3a9295bcf07508c6b3e357214699b
parent02576fcb1c3846ce6e8d9254157120715f7ea4bb (diff)
downloadman-pages-09c6d6ca72fbdeffda0ceeea92c6486af4e807ad.tar.gz
access.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/access.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/access.2 b/man2/access.2
index 7f796d00af..77ff2bd99e 100644
--- a/man2/access.2
+++ b/man2/access.2
@@ -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