diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-01-29 02:06:21 -0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-02-06 16:39:28 +0100 |
commit | 8ab13bca428bb98e98d1933eaeacc90e80cf6192 (patch) | |
tree | 9f1f643d39c782587adcd3c341de11e3cad42f8d /MAINTAINERS | |
parent | 519525fa47b5a8155f0b203e49a3a6a2319f75ae (diff) | |
download | linux-8ab13bca428bb98e98d1933eaeacc90e80cf6192.tar.gz linux-8ab13bca428bb98e98d1933eaeacc90e80cf6192.tar.bz2 linux-8ab13bca428bb98e98d1933eaeacc90e80cf6192.zip |
Documentation: filesystems: convert fuse to RST
Converts fuse.txt to reStructuredText format, improving the presentation
without changing much of the underlying content.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 56765f542244..21a14a0bbfca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6821,7 +6821,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git S: Maintained F: fs/fuse/ F: include/uapi/linux/fuse.h -F: Documentation/filesystems/fuse.txt +F: Documentation/filesystems/fuse.rst FUTEX SUBSYSTEM M: Thomas Gleixner <tglx@linutronix.de> |