From f40cf852120319ca8429b1d236c4a5c5f881ceeb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 28 Feb 2020 11:55:25 +0100 Subject: [PATCH] docs/epilig.rst: remove fuse to avoid RST warnings --- docs/epilog.rst | 1 - docs/glossary.rst | 11 ++++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/epilog.rst b/docs/epilog.rst index 71ae2ed8..3d996558 100644 --- a/docs/epilog.rst +++ b/docs/epilog.rst @@ -20,7 +20,6 @@ .. _Virtual machine: https://en.wikipedia.org/wiki/Virtual_machine .. _APT: http://en.wikipedia.org/wiki/Advanced_Packaging_Tool .. _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 .. _AE: https://en.wikipedia.org/wiki/Authenticated_encryption diff --git a/docs/glossary.rst b/docs/glossary.rst index 1c199ded..e60fc8ba 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -41,10 +41,11 @@ Glossary Is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. - `FUSE`_ + `FUSE` - Filesystem in Userspace (FUSE) defines an interface which allows to - implement a filesystem in userspace as opposed to implementing it - in the kernel. The fuse kernel driver handles filesystem requests and - sends them to an userspace application for reply. + Filesystem in Userspace (`FUSE `_) + defines an interface which allows to implement a filesystem in + userspace as opposed to implementing it in the kernel. The fuse + kernel driver handles filesystem requests and sends them to an + userspace application for reply.