public inbox for v9fs@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] docs: fs/9p: Add missing "not" in cache documentation
@ 2025-03-30 21:34 Tingmao Wang
  2025-03-30 21:43 ` Dominique Martinet
  2025-03-31  7:54 ` Christian Schoenebeck
  0 siblings, 2 replies; 3+ messages in thread
From: Tingmao Wang @ 2025-03-30 21:34 UTC (permalink / raw)
  To: Eric Van Hensbergen, Latchesar Ionkov, Dominique Martinet,
	Christian Schoenebeck
  Cc: Tingmao Wang, v9fs, linux-doc

A quick fix for what I assume is a typo.

Signed-off-by: Tingmao Wang <m@maowtm.org>
---
 Documentation/filesystems/9p.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst
index 2bbf68b56b0d..c9f0274c808e 100644
--- a/Documentation/filesystems/9p.rst
+++ b/Documentation/filesystems/9p.rst
@@ -165,8 +165,8 @@ Options
 		do not necessarily validate cached values on the server.  In other
 		words changes on the server are not guaranteed to be reflected
 		on the client system.  Only use this mode of operation if you
-		have an exclusive mount and the server will modify the filesystem
-		underneath you.
+		have an exclusive mount and the server will not modify the
+		filesystem underneath you.
 
   debug=n	specifies debug level.  The debug level is a bitmask.
 

base-commit: 38fec10eb60d687e30c8c6b5420d86e8149f7557
-- 
2.39.5


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

end of thread, other threads:[~2025-03-31  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 21:34 [PATCH] docs: fs/9p: Add missing "not" in cache documentation Tingmao Wang
2025-03-30 21:43 ` Dominique Martinet
2025-03-31  7:54 ` Christian Schoenebeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox