]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: virtiofs: use the preferred virtiofs spelling
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 9 Sep 2021 14:58:29 +0000 (15:58 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 9 Sep 2021 15:48:21 +0000 (17:48 +0200)
The virtiofs project started off using "virtio-fs" but later switched to
the "virtiofs" spelling because it matches the spelling of the mount -t
virtiofs command-line. Update the kbase article with the new spelling so
it matches the virtiofs website.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst
docs/kbase/index.rst
docs/kbase/virtiofs.rst

index 479a3acfbbf608d3d9f5a47b95ce0bf1700821a8..ad3b4ea92c2ee69967917fab9928c0b3759d6b83 100644 (file)
@@ -3305,7 +3305,7 @@ A directory on the host that can be accessed directly from the guest.
       pages touched during a guest file write operation :since:`(since 0.9.10)`
       . :since:`Since 6.2.0` , ``type='virtiofs'`` is also supported. Using
       virtiofs requires setting up shared memory, see the guide:
-      `Virtio-FS <kbase/virtiofs.html>`__
+      `Virtiofs <kbase/virtiofs.html>`__
    ``template``
       OpenVZ filesystem template. Only used by OpenVZ driver.
    ``file``
index 372042886d1e1d1832c699ee5864253b6ec2873e..351ea2c93b7eb80673b560790e9cef5f72de330f 100644 (file)
@@ -12,7 +12,7 @@ Usage
    Explanation of how disk backing chain specification impacts libvirt's
    behaviour and basic troubleshooting steps of disk problems.
 
-`Virtio-FS <virtiofs.html>`__
+`Virtiofs <virtiofs.html>`__
    Share a filesystem between the guest and the host
 
 `Security with QEMU passthrough <qemu-passthrough-security.html>`__
index 75e740bf96f2daa906c9d464b644e29eb43f199e..d728a1358cbbafbbb30cf40e29c48d62e9487511 100644 (file)
@@ -1,13 +1,13 @@
-============================
-Sharing files with Virtio-FS
-============================
+===========================
+Sharing files with Virtiofs
+===========================
 
 .. contents::
 
-Virtio-FS
-=========
+Virtiofs
+========
 
-Virtio-FS is a shared file system that lets virtual machines access
+Virtiofs is a shared file system that lets virtual machines access
 a directory tree on the host. Unlike existing approaches, it
 is designed to offer local file system semantics and performance.