diff options
author | SeongJae Park <sj@kernel.org> | 2024-07-01 22:05:10 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-07-04 01:19:15 +0300 |
commit | 8c678c9ca7cefff42130ec4a7531e2b7660e41b0 (patch) | |
tree | 30607386ccbe3448844b48f9e36cb1013f72b5f4 /Documentation/mm | |
parent | 51c702b0ae0e55ac3189e3264cf75defd0350a29 (diff) | |
download | linux-8c678c9ca7cefff42130ec4a7531e2b7660e41b0.tar.xz |
Docs/mm/index: Remove 'Memory Management Guide' chapter marker
'Memory Management Guide' chapter aims to be not an additional chapter
of the document, but the ultimate single outline of the document. In
the sense, marking it as a chapter under the document makes no sense,
and the rendered document looks odd. Remove the chapter marker.
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240701190512.49379-3-sj@kernel.org
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/index.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst index 48b9b559ca7b..5007815405f1 100644 --- a/Documentation/mm/index.rst +++ b/Documentation/mm/index.rst @@ -2,9 +2,6 @@ Memory Management Documentation =============================== -Memory Management Guide -======================= - This is a guide to understanding the memory management subsystem of Linux. If you are looking for advice on simply allocating memory, see the :ref:`memory_allocation`. For controlling and tuning guides, |