diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-06-03 01:36:06 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-06-03 01:36:06 +0300 |
commit | 50fd82b3a9a9335df5d50c7ddcb81c81d358c4fc (patch) | |
tree | 07ebaa0d94a5e6159423e1f73cd012b1f0e118a5 /Documentation/admin-guide/blockdev | |
parent | baf86ac1c9ccbde281df55a4daeefadec6d2e581 (diff) | |
parent | a27e51b45e1bc57f15cffd6b9bfc38efef8cc419 (diff) | |
download | linux-50fd82b3a9a9335df5d50c7ddcb81c81d358c4fc.tar.xz |
Merge tag 'docs-5.19-2' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A handful of late-arriving documentation fixes and the addition of an
SVG tux logo which, I'm assured, we're going to want"
* tag 'docs-5.19-2' of git://git.lwn.net/linux:
documentation: Format button_dev as a pointer.
docs: add SVG version of the Linux logo
docs: move Linux logo into a new `images` folder
docs: blockdev: change title to match section content
docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0
Diffstat (limited to 'Documentation/admin-guide/blockdev')
-rw-r--r-- | Documentation/admin-guide/blockdev/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/admin-guide/blockdev/index.rst b/Documentation/admin-guide/blockdev/index.rst index b903cf152091..957ccf617797 100644 --- a/Documentation/admin-guide/blockdev/index.rst +++ b/Documentation/admin-guide/blockdev/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -=========================== -The Linux RapidIO Subsystem -=========================== +============= +Block Devices +============= .. toctree:: :maxdepth: 1 |