Messages in this thread Patch in this message |  | | From | Jonathan Neuschäfer <> | Subject | [PATCH] docs: filesystems: Reduce ext2.rst to one top-level heading | Date | Sun, 8 Nov 2020 01:40:45 +0100 |
| |
This prevents the other headings like "Options" and "Specification" from leaking out and being listed separately in the table of contents.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- Documentation/filesystems/ext2.rst | 1 + 1 file changed, 1 insertion(+)
diff --git a/Documentation/filesystems/ext2.rst b/Documentation/filesystems/ext2.rst index d83dbbb162e20..c2fce22cfd035 100644 --- a/Documentation/filesystems/ext2.rst +++ b/Documentation/filesystems/ext2.rst @@ -1,6 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0
+============================== The Second Extended Filesystem ==============================
-- 2.28.0
|  |