access.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-28 14:10:10 +01:00
parent 02576fcb1c
commit 09c6d6ca72
1 changed files with 1 additions and 1 deletions

View 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