linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* documentation/filesystems/path-lookup: replace "These paths" with "Usually paths"
@ 2021-03-24  0:38 Askar Safin
  2021-03-31 20:20 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Askar Safin @ 2021-03-24  0:38 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc

Reader may think "These paths" refer to empty paths, so changing to "Usually paths"

Signed-off-by: Askar Safin <safinaskar@mail.ru>
---
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.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-26 14:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-24  0:38 documentation/filesystems/path-lookup: replace "These paths" with "Usually paths" Askar Safin
2021-03-31 20:20 ` Jonathan Corbet
2021-03-31 21:33   ` Re[2]: " Askar Safin
2021-04-26 14:56     ` Askar Safin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).