Askar Safin <safinaskar@xxxxxxx> writes: > Reader may think "These paths" refer to empty paths, so changing to "Usually paths" > > Signed-off-by: Askar Safin <safinaskar@xxxxxxx> > --- > diff --git a/Documentation/filesystems/path-lookup.rst b/Documentation/filesystems/path-lookup.rst > index c482e1619e77..c68d6f275935 100644 > --- a/Documentation/filesystems/path-lookup.rst > +++ b/Documentation/filesystems/path-lookup.rst > @@ -57,7 +57,7 @@ example, if you have an open file descriptor on an executable file you > can execute it by calling `execveat() <execveat_>`_ passing > the file descriptor, an empty path, and the ``AT_EMPTY_PATH`` flag. > > -These paths can be divided into two sections: the final component and > +Usually paths can be divided into two sections: the final component and > everything else. The "everything else" is the easy bit. In all cases > it must identify a directory that already exists, otherwise an error > such as ``ENOENT`` or ``ENOTDIR`` will be reported. "Usually" doesn't seem right here - it implies that there are times when that cannot be done. A better fix seems like just taking "These" out..? Thanks, jon