diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-11-08 03:40:45 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2020-11-09 17:33:54 +0300 |
commit | 2356eb80ca42deba0bf2523c62530d4c79dad08f (patch) | |
tree | 3ed9d7951e2c4cc3d7ee825413aa300b6da274bc | |
parent | 11c514a99bb960941535134f0587102855e8ddee (diff) | |
download | linux-2356eb80ca42deba0bf2523c62530d4c79dad08f.tar.xz |
docs: filesystems: Reduce ext2.rst to one top-level heading
This prevents the other headings like "Options" and "Specification" from
leaking out and being listed separately in the table of contents.
Link: https://lore.kernel.org/r/20201108004045.1378676-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r-- | Documentation/filesystems/ext2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext2.rst b/Documentation/filesystems/ext2.rst index d83dbbb162e2..c2fce22cfd03 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 ============================== |