public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: seq_file: drop 2.6 reference
@ 2026-04-10 14:31 Wolfram Sang
  2026-04-10 14:39 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2026-04-10 14:31 UTC (permalink / raw)
  To: linux-doc; +Cc: Wolfram Sang, Jonathan Corbet, Shuah Khan

Even kernels after 2.6 have seq-file support.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

See, somebody still reads it :)

 Documentation/filesystems/seq_file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
2.51.0


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

end of thread, other threads:[~2026-04-10 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 14:31 [PATCH] Documentation: seq_file: drop 2.6 reference Wolfram Sang
2026-04-10 14:39 ` Jonathan Corbet

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