summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a1eebb9..4ad8158 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ protocol over TCP:
- `9P2000` (base protocol): Yes
- `9P2000.u` (Unix extension): Yes, with Linux kernel
architecture-"generic" errnos. This will match the Linux kernel
- errnos on most architectures (but, as of Linux v6.7, not on
- Alpha, MIPS, PA-RISC, PowerPC, or SPARC; I am unsure whether on
- these platforms the kernel's v9fs filesystem driver will map the
+ errnos on most architectures (but, as of Linux v6.14, not on
+ Alpha, MIPS, PA-RISC, PowerPC, or SPARC; unfortunately on these
+ platforms the kernel's v9fs filesystem driver won't map the
"generic" errnos to the architecture-specific errnos for you).
- `9P2000.L` (Linux extension): No, it's an abomination and
unlikely to ever be supported