On Fri, 8 Nov 2019 13:46:19 -0300 "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx> wrote: > Converts fuse.txt to reStructuredText format, improving the presentation > without changing much of the underlying content. > > Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@xxxxxxxxx> This generally looks like a good conversion, thanks! That said, I have a few small comments... - You should copy the FUSE maintainer on this change. You can find the relevant information in the MAINTAINERS file or with get_maintainer.pl. - Speaking of MAINTAINERS, you also need to fix the reference to fuse.txt there when you rename the file. - You are reasonably well restrained in your use of markup, but it would be good to pull back just a bit more. Just FUSE everywhere rather than ``FUSE`` in some places. Less **emphasis**. Remember that the readability of the plain-text file is important. - This file contains information that is useful to system administrators, so I think that a move to admin-guide would be warranted. Thanks, jon