diff options
author | Tobin C. Harding | 2019-05-15 10:29:09 +1000 |
---|---|---|
committer | Jonathan Corbet | 2019-05-29 16:14:07 -0600 |
commit | 90ac11a844f8859d5f960fb530190a9690a9a19b (patch) | |
tree | 6d13f64b2ae0bbb9f8c7e244230179f153011ab0 /Documentation/filesystems | |
parent | e04c83cd53b59e422157c4cea0cdc4e2f33fe305 (diff) |
docs: filesystems: vfs: Use correct initial heading
Kernel RST has a preferred heading adornment scheme. Currently all the
heading adornments follow this scheme except the document heading.
Use correct heading adornment for initial heading.
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/vfs.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 242fd644c97b..1167dd94d84b 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -1,5 +1,6 @@ - - Overview of the Linux Virtual File System +========================================= +Overview of the Linux Virtual File System +========================================= Original author: Richard Gooch <rgooch@atnf.csiro.au> |