summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2026-04-10 17:31:25 +0300
committerJonathan Corbet <corbet@lwn.net>2026-04-10 17:39:08 +0300
commit64cb68766fc8679626b422319b8b678d5792bfbf (patch)
treee800349a8477e9562d9ffe2b4f411c40219ad067 /Documentation
parentb8bb703fe44ece3e0bc26debd279bf7f6e44247c (diff)
downloadlinux-64cb68766fc8679626b422319b8b678d5792bfbf.tar.xz
Documentation: seq_file: drop 2.6 reference
Even kernels after 2.6 have seq-file support. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260410143234.43610-2-wsa+renesas@sang-engineering.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/seq_file.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/seq_file.rst b/Documentation/filesystems/seq_file.rst
index 1e1713d00010..d753d8177bcb 100644
--- a/Documentation/filesystems/seq_file.rst
+++ b/Documentation/filesystems/seq_file.rst
@@ -27,7 +27,7 @@ position within the virtual file - that position is, likely as not, in the
middle of a line of output. The kernel has traditionally had a number of
implementations that got this wrong.
-The 2.6 kernel contains a set of functions (implemented by Alexander Viro)
+The kernel now contains a set of functions (implemented by Alexander Viro)
which are designed to make it easy for virtual file creators to get it
right.