]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix FUSE expansion 30473/head
authorSidharth Anupkrishnan <sanupkri@redhat.com>
Thu, 19 Sep 2019 09:37:17 +0000 (15:07 +0530)
committerSidharth Anupkrishnan <sanupkri@redhat.com>
Mon, 30 Sep 2019 12:35:40 +0000 (18:05 +0530)
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
doc/cephfs/fuse.rst
doc/man/8/ceph-fuse.rst
doc/man/8/rbd-fuse.rst

index d57c2002887a1d81331438da4d4fb30cd4bfab07..20fb614b3021739ad963635f1dd4597167eaa249 100644 (file)
@@ -2,7 +2,7 @@
 Mount CephFS using FUSE
 =======================
 
-Before mounting a Ceph File System in User Space (FUSE), ensure that the client
+Before mounting Ceph via "Filesystem in USErspace" (FUSE), ensure that the client
 host has a copy of the Ceph configuration file and a keyring with CAPS for the
 Ceph metadata server.
 
index ecf18ea11ad6638a852ee56e599ed669bf1168c0..ef6e2bf1ba0b8ebd82e52ed5999f57d9f7fb2a4f 100644 (file)
@@ -15,7 +15,7 @@ Synopsis
 Description
 ===========
 
-**ceph-fuse** is a FUSE (File system in USErspace) client for Ceph
+**ceph-fuse** is a FUSE ("Filesystem in USErspace") client for Ceph
 distributed file system. It will mount a ceph file system specified
 via the -m option or described by ceph.conf (see below) at the
 specific mount point. See `Mount CephFS using FUSE`_ for detailed
index 2c8842bf6799782e06c659ff5a6b7805c381e4ea..5cdb1f735a528436ddc6c7a5d51a6b6f93af1d03 100644 (file)
@@ -20,7 +20,7 @@ Note
 Description
 ===========
 
-**rbd-fuse** is a FUSE (File system in USErspace) client for RADOS
+**rbd-fuse** is a FUSE ("Filesystem in USErspace") client for RADOS
 block device (rbd) images.  Given a pool containing rbd images,
 it will mount a userspace file system allowing access to those images
 as regular files at **mountpoint**.