Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix FUSE expansion #30473

Merged
merged 1 commit into from Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/cephfs/fuse.rst
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/8/ceph-fuse.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/8/rbd-fuse.rst
Expand Up @@ -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**.
Expand Down