diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-05-08 07:59:28 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-05-16 20:55:35 +0200 |
commit | bd415b5c9552d44069d4e7c1e018b6d42f25af9e (patch) | |
tree | 3902dee1a4a4f063c0639a019c77eb549d0f68b6 /Documentation/filesystems | |
parent | Documentation/filesystems: sharedsubtree: add section headings (diff) | |
download | linux-bd415b5c9552d44069d4e7c1e018b6d42f25af9e.tar.xz linux-bd415b5c9552d44069d4e7c1e018b6d42f25af9e.zip |
Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
Use the :Author: markup instead of making it a chapter heading.
This cleans up the table of contents for this file.
Fixes: 7f46a240b0a1 ("[PATCH] ramfs, rootfs, and initramfs docs")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rob Landley <rob@landley.net>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20230508055928.3548-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ramfs-rootfs-initramfs.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst index 164960631925..447f767c6462 100644 --- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst +++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst @@ -6,8 +6,7 @@ Ramfs, rootfs and initramfs October 17, 2005 -Rob Landley <rob@landley.net> -============================= +:Author: Rob Landley <rob@landley.net> What is ramfs? -------------- |