diff options
author | Bruno Moreira-Guedes <codeagain@codeagain.dev> | 2022-04-19 11:48:52 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-04-22 09:47:25 -0600 |
commit | 5a5866c28b43e26dc7594b735b2a44e538ec63a4 (patch) | |
tree | 8ca0054439419f3310fab27837ec6fa8c56def97 /Documentation | |
parent | 69ef0920bdd3ce234cf6916342d9c16251d9ccb6 (diff) | |
download | linux-5a5866c28b43e26dc7594b735b2a44e538ec63a4.tar.bz2 |
Docs: Replace version by 'current' in changes.rst
The file 'Documentation/process/changes.rst' states the listed
requirements are for the 4.x kernel version. However, there are
requirements updated for the 5.x version, as there might be in other
future versions. This patch updates it to 'latest' so the document won't
be outdated in the future.
Signed-off-by: Bruno Moreira-Guedes <codeagain@codeagain.dev>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/process/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 41a44e5f47e6..34415ae1af1b 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -7,7 +7,7 @@ Intro ===== This document is designed to provide a list of the minimum levels of -software necessary to run the 4.x kernels. +software necessary to run the current kernel version. This document is originally based on my "Changes" file for 2.0.x kernels and therefore owes credit to the same people as that file (Jared Mauch, |