diff options
author | Randy Dunlap <[email protected]> | 2023-05-07 22:59:28 -0700 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-05-16 12:55:35 -0600 |
commit | bd415b5c9552d44069d4e7c1e018b6d42f25af9e (patch) | |
tree | 3902dee1a4a4f063c0639a019c77eb549d0f68b6 | |
parent | 7b38ecfdf9fbb133b4d2ea3738c02291a262abe2 (diff) |
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 <[email protected]>
Cc: Rob Landley <[email protected]>
Reviewed-by: Christian Brauner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-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 <[email protected]> -============================= +:Author: Rob Landley <[email protected]> What is ramfs? -------------- |