commit | ee5dc0491c38ae4e4e583d7532d470754bb173f6 | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <tobin@kernel.org> | Tue Jun 04 10:26:56 2019 +1000 |
committer | Jonathan Corbet <corbet@lwn.net> | Thu Jun 06 09:41:13 2019 -0600 |
tree | 6b0d39e34a968dcb90387bf7f13bd67e3ce560aa | |
parent | af96c1e304f7051bf2ee64c9957724bdace05c58 [diff] |
docs: filesystems: vfs: Render method descriptions Currently vfs.rst does not render well into HTML the method descriptions for VFS data structures. We can improve the HTML output by putting the description string on a new line following the method name. Suggested-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Tobin C. Harding <tobin@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>