diff options
author | Rishabh Dave <ridave@redhat.com> | 2020-01-21 15:10:22 +0100 |
---|---|---|
committer | Rishabh Dave <ridave@redhat.com> | 2020-01-21 15:13:25 +0100 |
commit | 34c6f2f11adcf0132e465fb4ee618842f40cdf0f (patch) | |
tree | 35100e9dbb9c8c18e1d25311c68ca18c32971037 /doc/man | |
parent | Merge pull request #32691 from rosinL/wip-txpkt (diff) | |
download | ceph-34c6f2f11adcf0132e465fb4ee618842f40cdf0f.tar.xz ceph-34c6f2f11adcf0132e465fb4ee618842f40cdf0f.zip |
doc: minor fix in mount.ceph
Also, fix the indentation since we are already here.
Fixes: https://tracker.ceph.com/issues/43743
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/8/mount.ceph.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 42bfe75b0c8..d27cd11123c 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -61,9 +61,9 @@ Basic for autodiscovery of monitor addresses and auth secrets. The default is to use the standard search path for ceph.conf files. -:command: `mds_namespace=<fs-name>` - Specify the non-default file system to be mounted. Not passing this - option mounts the default file system. +:command:`mds_namespace=<fs-name>` + Specify the non-default file system to be mounted. Not passing this + option mounts the default file system. :command:`mount_timeout` int (seconds), Default: 60 |