Re: [PATCH v3] Documentation: filesystems: convert fuse to RST
From: Markus Heiser
Date: Mon Dec 23 2019 - 02:47:06 EST
Hi Daniel,
just some nits ...
Am 23.12.19 um 02:22 schrieb Daniel W. S. Almeida:
From: "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx>
...
diff --git a/Documentation/filesystems/fuse.txt b/Documentation/filesystems/fuse.rst
similarity index 79%
rename from Documentation/filesystems/fuse.txt
rename to Documentation/filesystems/fuse.rst
index 13af4a49e7db..1ca3aac04606 100644
--- a/Documentation/filesystems/fuse.txt
+++ b/Documentation/filesystems/fuse.rst
@@ -1,41 +1,39 @@
...
Filesystem type
-~~~~~~~~~~~~~~~
+===============
The filesystem type given to mount(2) can be one of the following:
-'fuse'
+ **fuse**
drop empty line, use definition list[1] / you used definition list everywhere
except here. I guess the follwowing matches better:
``fuse``
This is the usual way to mount a FUSE filesystem. ...
``fuseblk``
The filesystem is block device based. ..
[1]
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#definition-lists
-- Markus --