docs/epilig.rst: remove fuse to avoid RST warnings
This commit is contained in:
parent
33ebff3a1d
commit
f40cf85212
@ -20,7 +20,6 @@
|
|||||||
.. _Virtual machine: https://en.wikipedia.org/wiki/Virtual_machine
|
.. _Virtual machine: https://en.wikipedia.org/wiki/Virtual_machine
|
||||||
.. _APT: http://en.wikipedia.org/wiki/Advanced_Packaging_Tool
|
.. _APT: http://en.wikipedia.org/wiki/Advanced_Packaging_Tool
|
||||||
.. _QEMU: https://www.qemu.org/
|
.. _QEMU: https://www.qemu.org/
|
||||||
.. _FUSE: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
|
|
||||||
|
|
||||||
.. _Client-server model: https://en.wikipedia.org/wiki/Client-server_model
|
.. _Client-server model: https://en.wikipedia.org/wiki/Client-server_model
|
||||||
.. _AE: https://en.wikipedia.org/wiki/Authenticated_encryption
|
.. _AE: https://en.wikipedia.org/wiki/Authenticated_encryption
|
||||||
|
@ -41,10 +41,11 @@ Glossary
|
|||||||
Is an easy-to-read, what-you-see-is-what-you-get plaintext
|
Is an easy-to-read, what-you-see-is-what-you-get plaintext
|
||||||
markup syntax and parser system.
|
markup syntax and parser system.
|
||||||
|
|
||||||
`FUSE`_
|
`FUSE`
|
||||||
|
|
||||||
Filesystem in Userspace (FUSE) defines an interface which allows to
|
Filesystem in Userspace (`FUSE <https://en.wikipedia.org/wiki/Filesystem_in_Userspace>`_)
|
||||||
implement a filesystem in userspace as opposed to implementing it
|
defines an interface which allows to implement a filesystem in
|
||||||
in the kernel. The fuse kernel driver handles filesystem requests and
|
userspace as opposed to implementing it in the kernel. The fuse
|
||||||
sends them to an userspace application for reply.
|
kernel driver handles filesystem requests and sends them to an
|
||||||
|
userspace application for reply.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user